summaryrefslogtreecommitdiff
path: root/community/gnomesu
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-30 21:57:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-30 21:57:06 -0500
commit2dcada5e3a096d8770eda5e3fa46559391707760 (patch)
treea650c0e1afebcb51c088dd9de710509db605f0a4 /community/gnomesu
parent40662730929b3fa98eb78d44c317c3b1f0e43010 (diff)
Add chost in build of gnomesu
Diffstat (limited to 'community/gnomesu')
-rw-r--r--community/gnomesu/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnomesu/PKGBUILD b/community/gnomesu/PKGBUILD
index 579e75278..bf26c6a3f 100644
--- a/community/gnomesu/PKGBUILD
+++ b/community/gnomesu/PKGBUILD
@@ -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