* nix-pull requires libexecdir to be substituted.

This commit is contained in:
Eelco Dolstra 2003-12-23 22:15:12 +00:00
parent 392b7e0f8e
commit 68f2fadb78
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
-e "s^@sysconfdir\@^$(sysconfdir)^g" \
-e "s^@localstatedir\@^$(localstatedir)^g" \
-e "s^@datadir\@^$(datadir)^g" \
-e "s^@libexecdir\@^$(libexecdir)^g" \
-e "s^@system\@^$(system)^g" \
-e "s^@wget\@^$(wget)^g" \
< $< > $@ || rm $@