summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-11 19:30:40 +0000
committerMatt Wilson <msw@redhat.com>2000-05-11 19:30:40 +0000
commit3bd56a04001d9d49f459eb4b72ac6d0c37066dab (patch)
tree0e374f4c14324e9d398846fd9a52aa4ea75a68df /Makefile
parent003dde82d65df70ca4901db201b848cfc06d3ea9 (diff)
downloadanaconda-3bd56a04001d9d49f459eb4b72ac6d0c37066dab.tar.gz
anaconda-3bd56a04001d9d49f459eb4b72ac6d0c37066dab.tar.xz
anaconda-3bd56a04001d9d49f459eb4b72ac6d0c37066dab.zip
nuke comps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e266f62b..4b11ead81 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,7 @@ create-archive:
@echo "WARNING WARNING WARNING: Pulling HEAD off - need to do tagging instead!"
@cd /tmp ; cvs -Q -d $(CVSROOT) export -r HEAD anaconda || echo "Um... export aborted."
@cd /tmp/anaconda ; rm isys/modutils/modutils.spec
+ @cd /tmp/anaconda ; rm -rf comps
@cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" < anaconda.spec.in > anaconda.spec
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)
@cd /tmp ; tar -czSpf anaconda-$(VERSION).tar.gz anaconda-$(VERSION)