repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git]
/
et-sdl-sound
/
wolf.launcher
blob
3a62572714bf662197278203890a0f654d8640c3
1
#!/bin/sh
2
cd
"/opt/wolf"
3
export
LD_LIBRARY_PATH
=
"
$LD_LIBRARY_PATH
:."
4
export
LD_PRELOAD
=
"et-sdl-sound.so
${LD_PRELOAD}
"
5
exec
.
/
wolf.x86
"$@"
6