]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
systemd: fix systemd unit file
authorVincent Bernat <vincent@bernat.im>
Sun, 26 Oct 2014 17:40:32 +0000 (18:40 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 26 Oct 2014 17:40:32 +0000 (18:40 +0100)
@sbindir@ was not properly replaced.

edit.am

diff --git a/edit.am b/edit.am
index ab1fc018a29e7dffffd028196dcc462ddc09da57..a5508dbd65543c012ad2b343612f0f3c4be3bd81 100644 (file)
--- a/edit.am
+++ b/edit.am
@@ -1,5 +1,6 @@
 edit = $(SED) \
         -e 's|@bindir[@]|$(bindir)|g' \
+        -e 's|@sbindir[@]|$(sbindir)|g' \
         -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
         -e 's|@libdir[@]|$(libdir)|g' \
         -e 's|@includedir[@]|$(includedir)|g' \