summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51f369c4a28a..028be91da14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ sha512sums=('5ef0172927106589620678897f12f054533503a5cf13df71bf4deda43f223d0cd6a
build() {
cd "$srcdir/camlzip-$pkgver"
- make all allopt || return 1
+ make all allopt
mkdir -p html
ocamldoc -html -d html gzip.mli zip.mli
}