summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Neidhardt2015-10-13 13:49:27 +0200
committerPierre Neidhardt2015-10-13 13:49:27 +0200
commit22d702138fc61511f1c37fba1066da7e51a49b9e (patch)
treed66cad291ed2f8efe53621cf2f62d3e7d0c00f75
parent34a67a3366d4ce00ae4dd0ffe46c16c559baa19f (diff)
downloadaur-22d702138fc61511f1c37fba1066da7e51a49b9e.tar.gz
lua51-oocairo-git: Remove obsolete '|| return 1'
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f820228fa5f6..4dcd70db2052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
autoreconf --install
export oocairo_cv_lua_name=lua5.1
./configure --prefix=/usr
- make || return 1
+ make
}
package() {