summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/glib/PKGBUILD6
-rw-r--r--extra/ruby/PKGBUILD1
2 files changed, 4 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
}
diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD
index a04846508..9ed0088fc 100644
--- a/extra/ruby/PKGBUILD
+++ b/extra/ruby/PKGBUILD
@@ -43,3 +43,4 @@ package_ruby-docs() {
make DESTDIR="${pkgdir}" install-doc install-capi
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
+md5sums=('096758c3e853b839dc980b183227b182')