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

Build both i386 and amd64 linux packages

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-10-01 16:05:03 +02:00
parent 86f9fb3ad5
commit 1ccecaa80c
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -88,7 +88,8 @@ mv qTox-master $VERNAME
# Build packages
cd $VERNAME
./bootstrap.sh
debuild -us -uc
debuild -us -uc -aamd64
debuild -us -uc -ai386
cd ..
# alien warns that it should probably be run as root...