summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2022-07-01 00:28:33 +0200
committerJoan Figueras2022-07-01 00:28:33 +0200
commit34e6fb29c3664b7f6c5f4d2c96a9180499908dbe (patch)
tree2f7433c2f949bfe408e26742021245a01296aeb4
parentb04b89fbd49917cdcdc37d9e57e6c44c357de606 (diff)
downloadaur-34e6fb29c3664b7f6c5f4d2c96a9180499908dbe.tar.gz
Removed sh
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41412d5140c1..38ea726735ee 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"