* Generate RPM spec file.
This commit is contained in:
parent
0e09cc12c0
commit
9ff3657095
4 changed files with 12 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue