summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-05 06:13:08 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-05 06:13:08 +0000
commit60b6e70bfec3b017da11b63f37051e4766bccd2e (patch)
treee2ce39f35abaacf36ff1e2ffd4f63672e45d8dbf
parentdcd9f578bb56350c2c934975266276b7ceb7da83 (diff)
downloadbootloader-utils-60b6e70bfec3b017da11b63f37051e4766bccd2e.tar
bootloader-utils-60b6e70bfec3b017da11b63f37051e4766bccd2e.tar.gz
bootloader-utils-60b6e70bfec3b017da11b63f37051e4766bccd2e.tar.bz2
bootloader-utils-60b6e70bfec3b017da11b63f37051e4766bccd2e.tar.xz
bootloader-utils-60b6e70bfec3b017da11b63f37051e4766bccd2e.zip
switch from bzip2 to XZ
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4a28844..73b3433 100644
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,7 @@ dist: cleandist
dist-svn:
svn export $(SVNROOT)/releases/$(TAG) $(PACKAGE)-$(VERSION)
- tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
- bzip2 -9vf $(PACKAGE)-$(VERSION).tar
+ tar cvfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
svntag: