Changed linux package target platforms to i686 (due to gtklauncher)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package: openra
|
||||
Version: {VERSION}
|
||||
Architecture: all
|
||||
Architecture: i686
|
||||
Maintainer: Matthew Bowra-Dean <matthew@ijw.co.nz>
|
||||
Uploaders: Maikel van den Hout <ma1kelvdh@gmail.com>, Paul Chote <sleipnir@sleipnirstuff.com>
|
||||
Installed-Size: {SIZE}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -23,11 +23,11 @@ cp openra.spec "$3/SPECS/"
|
||||
|
||||
cd "$3"
|
||||
|
||||
rpmbuild --target noarch -bb SPECS/openra.spec
|
||||
rpmbuild --target i686 -bb SPECS/openra.spec
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd RPMS/noarch/
|
||||
mv openra-$PKGVERSION-1.noarch.rpm $4
|
||||
mv openra-$PKGVERSION-1.i686.rpm $4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user