summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayad2021-01-25 00:47:47 +0600
committersayad2021-01-25 00:47:47 +0600
commit909fff09bf204ca0a2ac8d9f4b97671077246e15 (patch)
treed3e31e99a8c74b82724056b111745181a99785d2
parenta70cda9433b5129478637921d788a2fc7b0eb016 (diff)
downloadaur-909fff09bf204ca0a2ac8d9f4b97671077246e15.tar.gz
Bug fix
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4c9bb1915b3..5653a6dd0c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,8 +27,8 @@ plain ' `.-:///////:-.`'
_where="$PWD" # track basedir as different Arch based distros are moving srcdir around
_ispkgbuild="true"
-source "$_where"/customization.cfg # load default configuration from file
-source "$_where"/prepare
+#source "$_where"/customization.cfg # load default configuration from file
+#source "$_where"/prepare
_tkg_initscript
@@ -131,8 +131,8 @@ export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EP
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}/prepare" "${srcdir}" # workaround
+ #ln -s "${_where}/customization.cfg" "${srcdir}" # workaround
+ #ln -s "${_where}/prepare" "${srcdir}" # workaround
ln -s "${_where}/${_srcpath}" "${srcdir}" # workaround
cd "${srcdir}/${_srcpath}"