summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 79ef9a86..12a2475d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,9 @@ tar:
rm -rf $(PACKAGE)-$(VERSION)
buildrpm:
+ (echo "# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!" ; \
+ cat $(project).spec \
+ ) > $(RPM)/SPECS/$(project).spec
rpm -ta $(PACKAGE)-$(VERSION).tar.bz2
# rules to build a distributable rpm