summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-11-04 08:00:35 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-11-04 08:00:35 -0800
commit18f4d92f84572a9e807657e6879ed9bce2695a0d (patch)
tree5460934f86b90e30f7805e1d9c939f40b3b5f4ea
parentUpdated to 5.3.8 (diff)
downloadlinux-ck-18f4d92f84572a9e807657e6879ed9bce2695a0d.tar.xz
Comment in custom config
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32a1ce9..f4de50e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -120,15 +120,15 @@ prepare() {
msg2 "Setting config..."
# we are in src/linux-x.yy.zz, looking for a config next to the pkgbuild
-# if [ -f ${SRCDEST}/config.ck.previous ]; then
-# cp ${SRCDEST}/config.ck.previous .config
-# else
+ if [ -f ${SRCDEST}/config.ck.previous ]; then
+ cp ${SRCDEST}/config.ck.previous .config
+ else
cp ../config .config
-# fi
+ fi
make olddefconfig
-# make menuconfig
+ make menuconfig
# Remove sublevel when no sublevel exists
if [ "$_minver" == "0" ]; then