summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-07-24 02:46:17 +0200
committerJoan Figueras2021-07-24 02:46:17 +0200
commit558990efc1d15bc192077a943f97dfc3c9d279db (patch)
treef26219ce41ce9049fa5d61527a0e2e1280359b51
parent810be2771049208eaf877803b38c2d8cdbb510c5 (diff)
downloadaur-558990efc1d1.tar.gz
Fixed error in modprobed.db test
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cce06c94a03c..3dc1efd366d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -184,7 +184,7 @@ prepare() {
make LLVM=$_LLVM LLVM_IAS=$_LLVM LSMOD=$HOME/.config/modprobed.db localmodconfig
else
msg2 "No modprobed.db data found"
- exit
+ exit 1
fi
fi