summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2022-07-26 19:21:44 +0300
committerStelios Tsampas2022-07-26 19:21:44 +0300
commit08697f31bfc5199622aef0eaed29ad310a6d9420 (patch)
tree68d63a803504c629f8c9d6192c547ddbbd85d4b2 /PKGBUILD
parent43fcc71d746f87d1b84c92c2d6d6ec14835b0425 (diff)
downloadaur-08697f31bfc5199622aef0eaed29ad310a6d9420.tar.gz
Version GE-Proton7-27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a350a48ce73c..d64dfd0d0614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=proton-ge-custom
-_srctag=GE-Proton7-26
+_srctag=GE-Proton7-27
_commit=
pkgver=${_srctag//-/.}
_geckover=2.47.3
@@ -146,7 +146,7 @@ _make_wrappers () {
declare -n _opt
for _opt in "${_opts[@]}"; do
for l in ar ranlib nm; do
- ln -s /usr/bin/$l wrappers/${_opt[0]}-pc-linux-gnu-$l
+ ln -s /usr/bin/gcc-$l wrappers/${_opt[0]}-pc-linux-gnu-$l
done
for t in gcc g++; do
install -Dm755 /dev/stdin wrappers/${_opt[0]}-pc-linux-gnu-$t <<EOF