summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-07-18 20:48:37 +0300
committerCaleb Maclennan2020-07-18 20:48:37 +0300
commitf743836c43e256d3cfacbb3be9d10e8b07ce355c (patch)
tree4c38de5ba9d808763a16bab9f0363469624ee6b9 /PKGBUILD
parentc73e30a1e7ad5e12df7366fd620e7b1837bada39 (diff)
downloadaur-f743836c43e256d3cfacbb3be9d10e8b07ce355c.tar.gz
upgpkg: sile 0.10.7-1
upstream release Add temporary hacky fix for upstream automake reconfigure issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e66260406a4..0d881bf9221e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ build () {
./configure \
--prefix /usr \
--with-system-luarocks
- make all
+ make all || make all
}
check () {