X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=initscript%2Flfs%2FMakefile.am;h=ed8dcb8a5db72934924a07f65812d5c56e743612;hb=e653fb366c1a6c56be5a56e4b63d66498a7dc4e4;hp=e8386e8a56b8bb1e562bbf62b8dd1618b462705b;hpb=908e491f7d55209acfbb2595ab1ef5b24502d641;p=catta diff --git a/initscript/lfs/Makefile.am b/initscript/lfs/Makefile.am index e8386e8..ed8dcb8 100644 --- a/initscript/lfs/Makefile.am +++ b/initscript/lfs/Makefile.am @@ -24,4 +24,8 @@ initd_SCRIPTS = avahi CLEANFILES = avahi avahi: avahi.in + $(AM_V_GEN)sed \ + -e 's,@sbindir\@,$(sbindir),g' \ + -e 's,@localstatedir\@,$(localstatedir),g' \ + $< > $@ && \ chmod +x $@