diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-06 19:54:04 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-06 19:54:04 -0700 |
commit | 775e4f181d6b0a1e681c7d4a60929464305d984d (patch) | |
tree | 63f8b62fae1e3b9c7592c53f5a9860ff84a804e9 /PKGBUILD | |
parent | Updated to 5.1.0 (diff) | |
download | linux-libre-775e4f181d6b0a1e681c7d4a60929464305d984d.tar.xz |
Reorganize PKGBUILD
Diffstat (limited to 'PKGBUILD')
-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)" } |