From 9ff365709541b8f50fddcf667ded07a5b9f774de Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 2 Jan 2004 16:04:53 +0000 Subject: * Generate RPM spec file. --- substitute.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'substitute.mk') diff --git a/substitute.mk b/substitute.mk index cc21eba40245..bbdb9b617b4f 100644 --- a/substitute.mk +++ b/substitute.mk @@ -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 -- cgit 1.4.1