summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-03-13 18:15:04 +0100
committerJuergen Daubert <jue@jue.li>2012-03-13 18:15:04 +0100
commit45600f3ac92f91d877be2f4af5c6e6c87f3a28f5 (patch)
tree73bc3a6932275b81992db855f5d64a653e0abbe7
parent8198b76d592efae0b4fb6d4dbd4fff8338629876 (diff)
downloadprt-utils-45600f3ac92f91d877be2f4af5c6e6c87f3a28f5.tar.gz
prt-utils-45600f3ac92f91d877be2f4af5c6e6c87f3a28f5.tar.xz
Makefile: compress tarball with xz
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1abbc0b..e3768e7 100644
--- a/Makefile
+++ b/Makefile
@@ -68,5 +68,5 @@ dist: clean
@mkdir .${NAME}-${VERSION}
@cp -r * .${NAME}-${VERSION}
@mv .${NAME}-${VERSION} ${NAME}-${VERSION}
- @tar czf ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION}
+ @tar cJf ${NAME}-${VERSION}.tar.xz ${NAME}-${VERSION}
@rm -rf ${NAME}-${VERSION}

Generated by cgit