summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-02-03 19:21:20 +0000
committerMike Fulbright <msf@redhat.com>2000-02-03 19:21:20 +0000
commit29e1644f3ebb6183569e4f56d70ac5c4939cb9e5 (patch)
tree8866375174ff330407bb32a52f3aa6de7987f11a /Makefile
parentcc93f6990916ccc6d410ac085a808803fbb82cc1 (diff)
downloadanaconda-29e1644f3ebb6183569e4f56d70ac5c4939cb9e5.tar.gz
anaconda-29e1644f3ebb6183569e4f56d70ac5c4939cb9e5.tar.xz
anaconda-29e1644f3ebb6183569e4f56d70ac5c4939cb9e5.zip
fixed kudzu spec getting into distr tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 624f77160..3e1d550b6 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,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; rm pump/pump.spec
+ @cd /tmp/anaconda; rm kudzu/kudzu.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)