From 5a9a6933d7ed6304db0d1ebb2436c655cc653352 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 9 Apr 2014 14:55:14 +0200 Subject: make_deb: compress with xz Signed-off-by: Michael Olbrich --- scripts/make_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/make_deb.sh b/scripts/make_deb.sh index 707d441..32625f4 100755 --- a/scripts/make_deb.sh +++ b/scripts/make_deb.sh @@ -52,7 +52,7 @@ EOF tar -C "${destdir}" --exclude=gcc-first -c "${prefix}" | tar -C "${debian_tmp}" -x # make a deb out of it - echo dpkg -b "${debian_tmp}" "${deb}" | fakeroot + echo dpkg-deb --build -Zxz "${debian_tmp}" "${deb}" | fakeroot rm -rf "${debian_tmp}" } -- cgit v1.2.3