summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-01-29 15:28:02 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-01-29 15:28:02 +0000
commiteac3e26fc6dcb05ea2b23bcab22b0707ac2672c7 (patch)
tree8d7344b55e1e742cf7f81bf1ba68963c56e4537d
parenta089b7e845f4107bd655d0a4b9c614ad9da8fc09 (diff)
packed file is xz
-rwxr-xr-xdebian/repack-waf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/repack-waf b/debian/repack-waf
index 4cd2aee..6f2159b 100755
--- a/debian/repack-waf
+++ b/debian/repack-waf
@@ -34,7 +34,7 @@ unpack_waf() {
mkdir tmp
pushd tmp
-tar -xzf "../../${source}_${upstream}.orig.tar.gz"
+tar -xf "../../${source}_${upstream}.orig.tar.xz"
SUBDIR=`ls`
echo $SUBDIR
cd ${SUBDIR}