summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
authorChristian Hesse2015-06-30 15:44:19 +0200
committerChristian Hesse2015-06-30 15:44:19 +0200
commit8f11e0e27c4fc691cdb7e33ef40a37fc4461641f (patch)
tree5697f248e87a09d91a5bfa5c35f0fd6c20f5a68b /makefile.patch
downloadaur-open-lldp.tar.gz
initial import of open-lldp 0.9.46-5
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000000000000..586028de444f
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile.am b/Makefile.am
+index 893fa45..2ae4f8a 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -128,7 +128,7 @@ install-data-local: lldpad.init
+ $(MKDIR_P) $(DESTDIR)/etc/init.d
+ $(INSTALL_SCRIPT) lldpad.init $(DESTDIR)/etc/init.d/lldpad
+
+-BASH_COMPLETION_DIR=/etc/bash_completion.d/
++BASH_COMPLETION_DIR=/usr/share/bash-completion/completions/
+
+ install-data-hook:
+ /sbin/chkconfig --add lldpad || true