diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-30 21:57:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-30 21:57:06 -0500 |
commit | 2dcada5e3a096d8770eda5e3fa46559391707760 (patch) | |
tree | a650c0e1afebcb51c088dd9de710509db605f0a4 /community | |
parent | 40662730929b3fa98eb78d44c317c3b1f0e43010 (diff) |
Add chost in build of gnomesu
Diffstat (limited to 'community')
-rw-r--r-- | community/gnomesu/PKGBUILD | 2 |
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 |