Changed linux package target platforms to i686 (due to gtklauncher)
This commit is contained in:
@@ -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=()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user