summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2021-07-24 02:48:58 +0200
committerJoan Figueras2021-07-24 02:48:58 +0200
commitaf6b085d904435a0fa13543df8fe7a0efbd73185 (patch)
treef4a6ddce69b83b3dfdf93a2e36f1334df3ff5e8b /PKGBUILD
parentdbb8733a2aceb92aae55baec4dad0003726e2d45 (diff)
downloadaur-af6b085d904435a0fa13543df8fe7a0efbd73185.tar.gz
Fixed error in modprobed.db test
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b68a3ebeb876..509d2ab13af3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -183,7 +183,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