summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatlefort2021-11-15 06:15:08 -0500
committerGitHub2021-11-15 08:15:08 -0300
commit1ad69fc16fb8a9faee76b38b338bc77f7c40e2f5 (patch)
treef02115bc58d5d35bedafa65fa76b81e6d2e4465b
parentbfcac9c40342e866e41727eb23041e3fc2d8b9d0 (diff)
downloadaur-1ad69fc16fb8a9faee76b38b338bc77f7c40e2f5.tar.gz
Change internal and display name of compatibility tool to a fixed one. (#9)
Having the name change between versions break steam and force the user to reconfigure steam in non obvious way.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23ed2bf3f79a..f4472442ae50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,6 +55,7 @@ sha512sums=('df00907475c4cfed8e23c4d9c3f716b478ea3b20b6bd4d222e5308ae657f9b61939
build() {
## setup paths
sed -i "s|_proton=echo|_proton=/${_protondir}/proton|" ${srcdir}/launchers/proton.sh
+sed -i -r 's|"Proton-.*"|"Proton-GE"|' ${srcdir}/Proton-${_pkgver}/compatibilitytool.vdf
}
package() {