diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-03 01:59:23 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-03 01:59:23 -0300 |
commit | 5a01c45ea1ee67df43e376e2e4aa1833edd2ff30 (patch) | |
tree | a257c50dad360cf5539a248a9308ebb04f6b3641 /extra/glib | |
parent | b8be8316e6cf62713329cb15d77411658d7cb447 (diff) |
Updates
Diffstat (limited to 'extra/glib')
-rw-r--r-- | extra/glib/PKGBUILD | 6 |
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 } |