summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2022-07-01 00:29:18 +0200
committerJoan Figueras2022-07-01 00:29:18 +0200
commit8676187ba53433de87c5aba4134fa152ea965912 (patch)
treeb12b2131a4455f8ff8a46fb93b8d61f6624c3879 /PKGBUILD
parent6dc05802b37dfcfb53851e97a0e6d039e0dcf21e (diff)
downloadaur-8676187ba53433de87c5aba4134fa152ea965912.tar.gz
Removed sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd57fd426f2c..3a105332c437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -162,7 +162,7 @@ prepare() {
fi
# Let's user choose microarchitecture optimization in GCC
- sh ${srcdir}/choose-gcc-optimization.sh $_microarchitecture
+ ../choose-gcc-optimization.sh $_microarchitecture
# This is intended for the people that want to build this package with their own config
# Put the file "myconfig" at the package folder (this will take preference) or "${XDG_CONFIG_HOME}/linux-xanmod/myconfig"