summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 61eec87..c9ac0e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -188,7 +188,8 @@ $(PACKAGE).spec : $(PACKAGE).spec.in $(PACKAGE).changes Makefile \
-e 's:@PACKAGE_BUGREPORT''@:$(PACKAGE_BUGREPORT):g' \
-e 's:@VERSION''@:$(VERSION):g' \
-e 's:@RELEASE''@:$(RELEASE):g' \
- -e 's:@DIFFSTAT''@:$(DIFFSTAT):g' \
+ -e 's:@RPMBUILD''@:$(RPMBUILD):g' \
+ -e 's:@DIFFSTAT''@:$(DIFFSTAT):g' \
$< > $@
@chmod --reference=$< $@