summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayad2021-01-24 22:45:45 +0600
committersayad2021-01-24 22:45:45 +0600
commit9d21fabee61f17e9e1c4c77df08c1032a36c8f00 (patch)
treee14b4676382102fafeada131092e9cada763236d
parent89a3b248d82cac60972a8b6e08ea49352fab25af (diff)
downloadaur-9d21fabee61f17e9e1c4c77df08c1032a36c8f00.tar.gz
Bug fix
-rw-r--r--PKGBUILD5
-rw-r--r--customization.cfg2
2 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 967011d4db94..dfd13f8545dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,14 +41,13 @@ _tkg_initscript
# patch_site="https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${_basekernel}.${_sub}.xz"
#fi
-_srcpath="bcachefs"
-
pkgbase="linux-mainline-bcachefs" #"${_custom_pkgbase}"
pkgname=("${pkgbase}" "${pkgbase}-headers")
pkgver="${_basekernel}"."${_sub}"
pkgrel=114
pkgdesc='Linux-tkg with bcachefs'
bcachefs="git+https://github.com/koverstreet/bcachefs.git"
+_srcpath=bcachefs
arch=('x86_64') # no i686 in here
url="http://www.kernel.org/"
license=('GPL2')
@@ -124,7 +123,7 @@ export KBUILD_BUILD_USER=$pkgbase
export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH})"
prepare() {
- #rm -rf $pkgdir # Nuke the entire pkg folder so it'll get regenerated clean on next build
+ rm -rf $pkgdir # Nuke the entire pkg folder so it'll get regenerated clean on next build
ln -s "${_where}/customization.cfg" "${srcdir}" # workaround
ln -s "${_where}/bcachefs" "${srcdir}" # workaround
diff --git a/customization.cfg b/customization.cfg
index b8d57e1e4cf6..bdbc99031d9d 100644
--- a/customization.cfg
+++ b/customization.cfg
@@ -15,7 +15,7 @@ _EXT_CONFIG_PATH=~/.config/frogminer/linux-tkg.cfg
# [Arch specific] Set to anything else than "true" to limit cleanup operations and keep source and files generated during compilation.
# Default is "true".
-_NUKR="true"
+_NUKR="false"
# Custom compiler root dirs - Leave empty to use system compilers
# Example: CUSTOM_GCC_PATH="/home/frog/PKGBUILDS/mostlyportable-gcc/gcc-mostlyportable-9.2.0"