summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayad2021-01-24 23:07:42 +0600
committersayad2021-01-24 23:07:42 +0600
commiteafdda8af6a28d20946921e23c1d24ddaf489c0c (patch)
treed7838617cda665bdcfd6a38e92db021236d49649
parent865f05feddb6cf3d0778d75d9550349b151bcd10 (diff)
downloadaur-eafdda8af6a28d20946921e23c1d24ddaf489c0c.tar.gz
Bug fix
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ec17bede272..3059b3e7ac21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,7 @@ _ispkgbuild="true"
source "$_where"/customization.cfg # load default configuration from file
source "$_where"/prepare
+source "$_where"/bcachefs
_tkg_initscript
@@ -125,10 +126,10 @@ 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
+li
ln -s "${_where}/customization.cfg" "${srcdir}" # workaround
- #ln -s "${_where}/${_srcpath}" "${srcdir}" # workaround
+ ln -s "${_where}/${_srcpath}" "${srcdir}" # workaround
cd "${srcdir}/${_srcpath}"