summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2021-07-24 02:51:12 +0200
committerJoan Figueras2021-07-24 02:51:12 +0200
commit0cf5742ab1f20c2a71883d1f58aab541233e14d6 (patch)
tree552bb330ebd0ff8d71e9dca5078c30467374d4b8 /PKGBUILD
parentd67da8d7b77102a23498450ab43b3ee9352129b2 (diff)
downloadaur-0cf5742ab1f20c2a71883d1f58aab541233e14d6.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 672da9080741..8309b309116d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -174,7 +174,7 @@ prepare() {
make LSMOD=$HOME/.config/modprobed.db localmodconfig
else
msg2 "No modprobed.db data found"
- exit
+ exit 1
fi
fi