* Generate RPM spec file.

This commit is contained in:
Eelco Dolstra 2004-01-02 16:04:53 +00:00
parent 0e09cc12c0
commit 9ff3657095
4 changed files with 12 additions and 7 deletions

View file

@ -8,5 +8,6 @@
-e "s^@libexecdir\@^$(libexecdir)^g" \
-e "s^@system\@^$(system)^g" \
-e "s^@wget\@^$(wget)^g" \
-e "s^@version\@^$(VERSION)^g" \
< $< > $@ || rm $@
chmod +x $@
if test -x $<; then chmod +x $@; fi