summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-03-23 16:50:33 +0000
committerBill Nottingham <notting@redhat.com>2001-03-23 16:50:33 +0000
commite829d2a6a5a03ee9c34495b4d32f6dbbea7c599b (patch)
tree127b542db055f090ffdbd645eb76466de47e4ccd /Makefile
parentc76557ee443aa796b2998275f117d20cf5786e44 (diff)
downloadanaconda-e829d2a6a5a03ee9c34495b4d32f6dbbea7c599b.tar.gz
anaconda-e829d2a6a5a03ee9c34495b4d32f6dbbea7c599b.tar.xz
anaconda-e829d2a6a5a03ee9c34495b4d32f6dbbea7c599b.zip
bzip2 source
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c7ea1222d..b53eaec71 100644
--- a/Makefile
+++ b/Makefile
@@ -76,10 +76,10 @@ install:
archive: create-archive
src: create-archive
- @rpm -ts anaconda-$(VERSION).tar.gz
+ @rpm -ts anaconda-$(VERSION).tar.bz2
snapsrc: create-snapshot
- @rpm -ts anaconda-$(VERSION).tar.gz
+ @rpm -ts anaconda-$(VERSION).tar.bz2
create-snapshot:
@rm -rf /tmp/anaconda
@@ -92,12 +92,12 @@ create-snapshot:
@cd /tmp/anaconda ; rm -rf comps
@cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" -e "s/@@RELEASE@@/$(SNAPRELEASE)/g" < anaconda.spec.in > anaconda.spec
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)
- @cd /tmp ; tar -czSpf anaconda-$(VERSION).tar.gz anaconda-$(VERSION)
+ @cd /tmp ; tar --bzip2 -cSpf anaconda-$(VERSION).tar.bz2 anaconda-$(VERSION)
@rm -rf /tmp/anaconda-$(VERSION)
- @cp /tmp/anaconda-$(VERSION).tar.gz .
- @rm -f /tmp/anaconda-$(VERSION).tar.gz
+ @cp /tmp/anaconda-$(VERSION).tar.bz2 .
+ @rm -f /tmp/anaconda-$(VERSION).tar.bz2
@echo ""
- @echo "The final archive is in anaconda-$(VERSION).tar.gz"
+ @echo "The final archive is in anaconda-$(VERSION).tar.bz2"
create-archive:
make SNAPRELEASE=$(RELEASE) create-snapshot