summarylogtreecommitdiffstats
path: root/bin32-epsxe.sh
diff options
context:
space:
mode:
authoramagura2017-04-21 17:14:08 -0600
committeramagura2017-04-21 17:14:08 -0600
commite5776cb0bdd79808430d7e0c0130de1006d9423e (patch)
tree398b28d3d25e01ee84f0b59098d34a96b1a2527d /bin32-epsxe.sh
parentba63cb45f6762cbe43a78ab63ad9a04018f2227a (diff)
downloadaur-e5776cb0bdd79808430d7e0c0130de1006d9423e.tar.gz
fixes the whole libcurl issue
Diffstat (limited to 'bin32-epsxe.sh')
-rw-r--r--bin32-epsxe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin32-epsxe.sh b/bin32-epsxe.sh
index 6205eb9b980e..cdefca8383c9 100644
--- a/bin32-epsxe.sh
+++ b/bin32-epsxe.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
-LD_LIBRARY_PATH+=:/opt/epsxe LD_PRELOAD=/usr/lib32/libcurl.so.3 /opt/epsxe/epsxe "$@"
+LD_LIBRARY_PATH+=:/opt/epsxe LD_PRELOAD=/usr/lib32/libcurl.so.3 /opt/bin32-epsxe/bin32-epsxe "$@"