summaryrefslogtreecommitdiff
path: root/extra/glib
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-03 01:59:23 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-03 01:59:23 -0300
commit5a01c45ea1ee67df43e376e2e4aa1833edd2ff30 (patch)
treea257c50dad360cf5539a248a9308ebb04f6b3641 /extra/glib
parentb8be8316e6cf62713329cb15d77411658d7cb447 (diff)
Updates
Diffstat (limited to 'extra/glib')
-rw-r--r--extra/glib/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/glib/PKGBUILD b/extra/glib/PKGBUILD
index a25ab9caf..dc2d075a1 100644
--- a/extra/glib/PKGBUILD
+++ b/extra/glib/PKGBUILD
@@ -25,7 +25,7 @@ build() {
patch -Np0 -i ../aclocal-fixes.patch || return 1
[ "$CARCH" = "x86_64" ] && CONFIGFLAG="--host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu"
- ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info $CONFIGFLAG || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info $CONFIGFLAG
+ make
+ make DESTDIR="${pkgdir}" install
}