summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordamige2016-11-24 20:46:47 +0100
committerdamige2016-11-24 20:46:47 +0100
commit1d81c6eb8e881ac8921d215d3ecc0050c65cbf3d (patch)
tree1ef406455dbf2c7bfa122124ec3f8927137bf9a2
parente493ae6a2e3dc747a488371025aeffdfe7c58507 (diff)
downloadaur-1d81c6eb8e881ac8921d215d3ecc0050c65cbf3d.tar.gz
added localmodconfig
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8fea8301810..ad63d5f9b549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -108,7 +108,7 @@ prepare() {
if [ -n "$_localmodcfg" ]; then
msg "If you have modprobed-db installed, running it in recall mode now"
if [ -e /usr/bin/modprobed-db ]; then
- [[ ! -x /usr/bin/sudo ]] && echo "Cannot call modprobe with sudo. Install$
+ [[ ! -x /usr/bin/sudo ]] && echo "Cannot call modprobe with sudo. Install via pacman -S sudo and configure to work with this user." && exit 1
sudo /usr/bin/modprobed-db recall
fi
msg "Running Steven Rostedt's make localmodconfig now"