diff options
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -98,11 +98,11 @@ prepare() { msg2 "Setting config..." # we are in src/linux-x.yy.zz, looking for a config next to the pkgbuild - #if [ -f ${SRCDEST}/config.libre.previous ]; then - # cp ${SRCDEST}/config.libre.previous .config - #else +# if [ -f ${SRCDEST}/config.libre.previous ]; then +# cp ${SRCDEST}/config.libre.previous .config +# else cp ../config.x86_64 .config - #fi +# fi make olddefconfig @@ -125,8 +125,8 @@ prepare() { cat ../version.temp | tr -d "\n" > ../version # back up the config - #msg2 "Backing up config..." - #cp .config ${SRCDEST}/config.libre.previous +# msg2 "Backing up config..." +# cp .config ${SRCDEST}/config.libre.previous msg2 "Prepared %s version %s" "$pkgbase" "$(<../version)" } |