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:
parent
86f9fb3ad5
commit
1ccecaa80c
|
@ -88,7 +88,8 @@ mv qTox-master $VERNAME
|
||||||
# Build packages
|
# Build packages
|
||||||
cd $VERNAME
|
cd $VERNAME
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
debuild -us -uc
|
debuild -us -uc -aamd64
|
||||||
|
debuild -us -uc -ai386
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# alien warns that it should probably be run as root...
|
# alien warns that it should probably be run as root...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user