summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-25 03:09:41 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-25 03:09:41 +0100
commit2d31154242e817b2fa4698bf285873e071707bc5 (patch)
tree2da5d8ae387bcfa2d7b6b456a03c8b422143861a
parent3e4c1446edddfbe016a3553100d9e5f79ce44d57 (diff)
build-sys: use xz instead of gz
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 02129e8..10323e2 100644
--- a/Makefile
+++ b/Makefile
@@ -26,5 +26,5 @@ clean:
release:
test "x$$VERSION" != x
git tag v$$VERSION -m "udev-browse $$VERSION"
- git archive --prefix=udev-browse-$$VERSION/ v$$VERSION | gzip -c > udev-browse-$$VERSION.tar.gz
- scp udev-browse-$$VERSION.tar.gz tango:public/
+ git archive --prefix=udev-browse-$$VERSION/ v$$VERSION | xz -c > udev-browse-$$VERSION.tar.xz
+ scp udev-browse-$$VERSION.tar.xz tango:public/