summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-27 20:44:50 +0000
committerErik Troan <ewt@redhat.com>2000-03-27 20:44:50 +0000
commitbdb4a19b69d500847ec94c54aa0d457abcccb2b3 (patch)
treeb01eb1a443154187ff701bee53d7d9eb03889e1c /Makefile
parent49e006c1f421b8f1733016d59234c72b0cab9178 (diff)
downloadanaconda-bdb4a19b69d500847ec94c54aa0d457abcccb2b3.tar.gz
anaconda-bdb4a19b69d500847ec94c54aa0d457abcccb2b3.tar.xz
anaconda-bdb4a19b69d500847ec94c54aa0d457abcccb2b3.zip
no need to remove kudzu.spec, pump.spec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ecda0d4da..31215d0e1 100644
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,7 @@ create-archive:
@rm -rf /tmp/anaconda-$(VERSION)
@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; rm pump/pump.spec
- @cd /tmp/anaconda; rm kudzu/kudzu.spec
+ @cd /tmp/anaconda ; rm isys/modutils/modutils.spec
@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)