summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-01-06 22:21:24 +0100
committerRALOVICH, Kristof <tade60@freemail.hu>2014-01-06 22:21:24 +0100
commit40244ea2f8ef3b7af2dbfaff31f3ca223ed2c549 (patch)
treef34537ef3144a24cd0eae83a7a9a6efeb25eab8b /scripts
parentc4291f4d42a17ca29a51700bd1a864fca440b75f (diff)
scripts: deb from .gz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deb4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deb b/scripts/deb
index fb4e4f2..a775c00 100755
--- a/scripts/deb
+++ b/scripts/deb
@@ -9,12 +9,12 @@ echo
./scripts/make-tarball
echo -e "\nTarball OK\n"
-mv antpm_*.orig.tar.xz $ROOT/
+mv antpm_*.orig.tar.gz $ROOT/
( cd $ROOT;
mkdir build;
cd build
- tar --xz -xf ../antpm*.tar.xz
+ tar -xzf ../antpm*.tar.gz
mv scripts/debian .
echo -e "\nStarting to build...\n"
debuild -us -uc && echo -e "\nBuild OK\ndeb package in '${ROOT}' \n";