diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-11-04 08:00:35 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-11-04 08:00:35 -0800 |
commit | 18f4d92f84572a9e807657e6879ed9bce2695a0d (patch) | |
tree | 5460934f86b90e30f7805e1d9c939f40b3b5f4ea | |
parent | Updated to 5.3.8 (diff) | |
download | linux-ck-18f4d92f84572a9e807657e6879ed9bce2695a0d.tar.xz |
Comment in custom config
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |