summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayad2021-01-25 10:12:54 +0600
committersayad2021-01-25 10:12:54 +0600
commit252f087b15c26c4dcbe08c34bf9141e6b8215cdd (patch)
tree5f0657eba4bbe60973d7baa6650c2327fbf6f844
parent10a6c0f83f7ffd7a079836bb699ae669cafbb00c (diff)
downloadaur-252f087b15c26c4dcbe08c34bf9141e6b8215cdd.tar.gz
Bug fix
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ecdfb7695b9..d099efb0c7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ _ispkgbuild="true"
source "$_where"/customization.cfg # load default configuration from file
source "$_where"/prepare
-#_tkg_initscript
+_tkg_initscript
#if [[ "$_sub" = rc* ]]; then
# _srcpath="linux-${_basekernel}-${_sub}"
@@ -128,6 +128,7 @@ prepare() {
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}/${_srcpath}" "${srcdir}" # workaround
cd "${srcdir}/${_srcpath}"