1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

tweak buildPackages

This commit is contained in:
dubslow 2014-10-06 00:49:26 -05:00
parent d1c042ed5e
commit 227e483bdd

View File

@ -87,7 +87,7 @@ mv qTox-master $VERNAME
# Build packages
cd $VERNAME
./bootstrap.sh
./bootstrap.sh --local
debuild -us -uc -aamd64
debuild -us -uc -ai386
cd ..