X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=initscript%2Fdebian%2FMakefile.am;h=314983d916dcadbb52d9a15ce26891b03eb16395;hb=53ac2245c30daf71413dc52b07676bdd823729b4;hp=4165ad3ef49a6594a93e899ef0da275b41ce3110;hpb=78c4d691610a48ac2c2f12172ae24c3d096b415e;p=catta diff --git a/initscript/debian/Makefile.am b/initscript/debian/Makefile.am index 4165ad3..314983d 100644 --- a/initscript/debian/Makefile.am +++ b/initscript/debian/Makefile.am @@ -1,5 +1,3 @@ -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -32,9 +30,15 @@ CLEANFILES = \ avahi-dnsconfd avahi-daemon: avahi-daemon.in - sed -e 's,@sbindir\@,$(sbindir),g' $< > $@ + sed \ + -e 's,@sbindir\@,$(sbindir),g' \ + -e 's,@sysconfdir\@,$(sysconfdir),g' \ + $< > $@ chmod +x $@ avahi-dnsconfd: avahi-dnsconfd.in - sed -e 's,@sbindir\@,$(sbindir),g' $< > $@ + sed \ + -e 's,@sbindir\@,$(sbindir),g' \ + -e 's,@sysconfdir\@,$(sysconfdir),g' \ + $< > $@ chmod +x $@