summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralyptik2016-10-08 12:18:01 -1000
committeralyptik2016-10-08 12:18:01 -1000
commitd652fefd0e50f95eff5afdf613d08ed332f533d0 (patch)
tree18f13640e412e6975c64d68f57b8caecb4152217 /PKGBUILD
parent2ba5e6fa2dc950004cd8e76521e921d4a3bac0b2 (diff)
downloadaur-d652fefd0e50f95eff5afdf613d08ed332f533d0.tar.gz
Rename config.sp3 to sp3.config and edited PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b608d34020ea..95df2d425c0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=linux-surfacepro3-rt
_srcname=linux-4.8
pkgver=4.8
-pkgrel=1.53
+pkgrel=1.55
arch=('i686' 'x86_64')
url="https://github.com/alyptik/linux-surfacepro3-rt"
license=('GPL2')
@@ -138,10 +138,10 @@ prepare() {
#make menuconfig # CLI menu for configuration
#make xconfig # X-based configuration
#make nconfig # new CLI menu for configuration
- #make olddefconfig
+ #make olddefconfia # Use current kernel configuration
# ... or manually edit .config
- printf '\n \033[32m %s \033[0m ' "[Run make nconfig? (Y/n)]"; read -r
+ printf '\n \033[32m %s \033[0m ' "[Run make nconfig? (Y/n)]"; read -r; echo
case $REPLY in
[Yy]*|'') make nconfig ;; # new CLI menu for configuration
[Nn]*) printf ' \033[31m %s \n\033[0m ' "Continuing..."; make oldconfig ;;