summaryrefslogtreecommitdiff
path: root/community/gnomesu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnomesu/PKGBUILD')
-rw-r--r--community/gnomesu/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnomesu/PKGBUILD b/community/gnomesu/PKGBUILD
index ed183e16a..bf26c6a3f 100644
--- a/community/gnomesu/PKGBUILD
+++ b/community/gnomesu/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=gnomesu
pkgver=0.3.1
pkgrel=7
pkgdesc="A program that allows a user to su to root in a Gnome environment."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.gtkfiles.org/app.php/GnomeSu"
license=("GPL")
depends=('libgnomeui' 'libzvt')
@@ -22,7 +22,7 @@ build() {
sed -i 's/gsu/gnomesu/' xsu.desktop.in
sed -i 's/gnome-warning/dialog-warning/' xsu.desktop.in
sed -i 's|gnome-warning|/usr/share/icons/gnome/16x16/status/dialog-warning|' src/xsu.c
- ./configure --prefix=/usr --mandir=/usr/share
+ ./configure --prefix=/usr --mandir=/usr/share --build=$CHOST
make CFLAGS+=-Wl,-export-dynamic
make DESTDIR=$pkgdir install
install -D -m644 xsu.desktop $pkgdir/usr/share/applications/gnomesu.desktop