From 1e3b4fb8bee5bf375fb7623f6bfc835728f62f83 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 2 Apr 2011 18:40:38 +0000 Subject: release 1.51 --- images/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'images/Makefile') diff --git a/images/Makefile b/images/Makefile index 850b7b83b..d535c7c1e 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.50 +VERSION=1.51 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/2.*) @@ -37,7 +37,7 @@ dist-svn: svn export -q -rBASE . $(PRODUCT)-$(VERSION)/images svn export -q -rBASE ../kernel $(PRODUCT)-$(VERSION)/kernel cp ../Makefile.config $(PRODUCT)-$(VERSION)/ - tar cfj $(PRODUCT)-$(VERSION).tar.bz2 $(PRODUCT)-$(VERSION) + tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION) rm -rf $(PRODUCT)-$(VERSION) dist-git: -- cgit v1.2.1