summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2016-10-31 13:30:47 +0100
committersirlucjan2016-10-31 13:30:47 +0100
commit9950a435d009faac8d14b75f7707f3dffc555247 (patch)
tree19c95459f589786ec2ae5a82fdcf6286e35240b0
parentea6a1b1dbb0cb68c139360e796d9e8800b2b03c4 (diff)
downloadaur-9950a435d009faac8d14b75f7707f3dffc555247.tar.gz
Fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53df59010b67..60abd9bdbb0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 10:03:40 UTC 2016
+# Mon Oct 31 12:30:38 UTC 2016
pkgbase = linux-lqx
pkgdesc = A desktop oriented kernel and modules with Liquorix patches
pkgver = 4.8.5
diff --git a/PKGBUILD b/PKGBUILD
index e1d2358fc6d5..85f1950376cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -132,10 +132,10 @@ prepare() {
### Optionally load needed modules for the make localmodconfig
# See https://aur.archlinux.org/packages/modprobed-db/
if [ $_config = "local" ]; then
- msg "If you have modprobe_db installed, running it in recall mode now"
- if [ -e /usr/bin/modprobed_db ]; then
+ msg "If you have modprobe-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 via pacman -S sudo and configure to work with this user." && exit 1
- sudo /usr/bin/modprobed_db recall
+ sudo /usr/bin/modprobed-db recall
fi
msg "Running Steven Rostedt's make localmodconfig now"
make localmodconfig