summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-06 19:54:04 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-06 19:54:04 -0700
commit775e4f181d6b0a1e681c7d4a60929464305d984d (patch)
tree63f8b62fae1e3b9c7592c53f5a9860ff84a804e9 /PKGBUILD
parentUpdated to 5.1.0 (diff)
downloadlinux-libre-775e4f181d6b0a1e681c7d4a60929464305d984d.tar.xz
Reorganize PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files 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)"
}