aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/series
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-08-03 16:11:06 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-08-03 16:40:56 +0200
commitc7473ce145c093501ceb0d5aa64487588d43db20 (patch)
treeb78c7eedf395934d1fa5c1aec70a074af3b01188 /debian/patches/series
parent9e4a641da6c7029a5e0302fb03474fda48c4de36 (diff)
scripts: make load-devel-config not to appear as executable
Quoting the first line of the script: "#! /bin/echo must be loaded with ." Given that we should drop the .sh file ending as well as the executable flag - both are not needed to source the file. Backport of http://dpdk.org/dev/patchwork/patch/15100/ Already got an ack to be commited, but no git commit id yet. Change-Id: Iadad8b2454feb82361731fce19928b395b256fa2 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/patches/series')
-rw-r--r--debian/patches/series1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 6840080d..1a805527 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ fix-vhost-user-socket-permission.patch
fix-double-license-info.patch
fix-unusual-interpreter.patch
dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch
+make-load-devel-config-not-to-appear-as-executable.patch