Browse Source

Build both i386 and amd64 linux packages

pull/366/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
1ccecaa80c
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 3
      tools/buildPackages.sh

3
tools/buildPackages.sh

@ -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…
Cancel
Save