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

@@ -1,6 +1,6 @@
Package: openra Package: openra
Version: {VERSION} Version: {VERSION}
Architecture: all Architecture: i686
Maintainer: Matthew Bowra-Dean <matthew@ijw.co.nz> Maintainer: Matthew Bowra-Dean <matthew@ijw.co.nz>
Uploaders: Maikel van den Hout <ma1kelvdh@gmail.com>, Paul Chote <sleipnir@sleipnirstuff.com> Uploaders: Maikel van den Hout <ma1kelvdh@gmail.com>, Paul Chote <sleipnir@sleipnirstuff.com>
Installed-Size: {SIZE} Installed-Size: {SIZE}

View File

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

View File

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

View File

@@ -23,11 +23,11 @@ cp openra.spec "$3/SPECS/"
cd "$3" cd "$3"
rpmbuild --target noarch -bb SPECS/openra.spec rpmbuild --target i686 -bb SPECS/openra.spec
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
cd RPMS/noarch/ cd RPMS/noarch/
mv openra-$PKGVERSION-1.noarch.rpm $4 mv openra-$PKGVERSION-1.i686.rpm $4