summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-09 14:55:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-09 14:55:14 +0200
commit5a9a6933d7ed6304db0d1ebb2436c655cc653352 (patch)
tree6216d1b1c8423116a33585b31fead15de2eaf45b
parent32105f569ca83114c1ba6c4df4060d0aa30d48c5 (diff)
downloadOSELAS.Toolchain-5a9a6933d7ed6304db0d1ebb2436c655cc653352.tar.gz
OSELAS.Toolchain-5a9a6933d7ed6304db0d1ebb2436c655cc653352.tar.xz
make_deb: compress with xz
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rwxr-xr-xscripts/make_deb.sh2
1 files changed, 1 insertions, 1 deletions
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}"
}