Changed linux package target platforms to i686 (due to gtklauncher)

This commit is contained in:
Matthew Bowra-Dean
2011-01-04 17:50:55 +13:00
parent d26ee1094a
commit 0803d10746
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ pkgname=openra
pkgver={VERSION}
pkgrel=1
pkgdesc="Open Source rebuild of the Red Alert game engine using Mono/OpenGL."
arch=(any)
arch=('i686')
url="http://open-ra.org"
license=('GPL3')
groups=()

View File

@@ -18,5 +18,5 @@ if [ $? -ne 0 ]; then
exit 1
fi
mv openra-$PKGVERSION-1-any.pkg.tar.xz $3
mv openra-$PKGVERSION-1-i686.pkg.tar.xz $3