arch-ppa/src/runescape-launcher/wrapper.sh

4 lines
95 B
Bash
Raw Normal View History

2018-03-23 00:31:00 -04:00
#!/bin/sh
export LD_PRELOAD="/usr/lib/libcurl.so.3"
exec /usr/bin/runescape-launcher.real "$@"