summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralyptik2016-10-19 15:49:07 -1000
committeralyptik2016-10-19 15:49:07 -1000
commitccddc0daffa098aa6bcdc1ed20c7aa0ce15fe04f (patch)
tree936d111c147c36b24cb4e0207da4e98823ed3961 /PKGBUILD
parent7eb9aadb3b8c86beb4fe0c6bb72334efc35f9f58 (diff)
downloadaur-ccddc0daffa098aa6bcdc1ed20c7aa0ce15fe04f.tar.gz
Fixed typo in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21a7c5e170e1..f1969ef33085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -105,7 +105,7 @@ prepare() {
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
# remove this when a Kconfig knob is made available by upstream
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
- #patch -p1 -i "${srcdir}/change-default-console-loglevel.patch"
+ patch -p1 -i "${srcdir}/change-default-console-loglevel.patch"
# This patch disables some wireless optimisations which cause trouble on Surface devices.
patch -p1 -i "${srcdir}/wifi.patch"