summaryrefslogtreecommitdiffstats
path: root/scripts/make_deb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_deb.sh')
-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}"
}