From 775e4f181d6b0a1e681c7d4a60929464305d984d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 6 May 2019 19:54:04 -0700 Subject: Reorganize PKGBUILD --- PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b13e587..6ce2ba2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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)" } -- cgit v1.2.1