From 18f4d92f84572a9e807657e6879ed9bce2695a0d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 4 Nov 2019 08:00:35 -0800 Subject: Comment in custom config --- PKGBUILD | 10 +++++----- 1 file 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 -- cgit v1.2.1