summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex emry2023-07-10 11:30:14 -0700
committeralex emry2023-07-10 11:30:14 -0700
commit7b59799fe93734e362230d2e3e6662818e578582 (patch)
tree49ace03cc5b30ed8baf26f7a14ada20d54621837
parent1d39a6d0ba65c543a5ee8987e414ac0d4512f1dc (diff)
downloadaur-7b59799fe93734e362230d2e3e6662818e578582.tar.gz
Added prepare statement to resolve issues with Wayland
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9512fe68b2f..8ef4f05f87ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ options+=(!strip) # stripping causes crashes
prepare() {
tar -xf data.tar.gz
+ sed -i 's/x86_64-linux-gnu\///g' ${srcdir}/usr/bin/artisan
}
package() {