summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2022-07-01 00:27:30 +0200
committerJoan Figueras2022-07-01 00:27:30 +0200
commit2267b9ad349b6b3a8a7367909d27b00f8b98f5d3 (patch)
treee24ee2f5149503b837862148633fef31415afac8 /PKGBUILD
parent44cde10d4207a63798c62a4e36a143724158aafe (diff)
downloadaur-2267b9ad349b6b3a8a7367909d27b00f8b98f5d3.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 ec7c6f9b79d9..4727a51bc97d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -172,7 +172,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"