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 Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git]
/
wolf
/
wolf.launcher
blob
33ada10aff5eb076c8cb5d99bf260610f15ff942
1
#!/bin/sh
2
# Needed to make symlinks/shortcuts work.
3
# the binaries must run with correct working directory
4
cd
"/opt/wolf"
5
export
LD_LIBRARY_PATH
=
"
$LD_LIBRARY_PATH
:."
6
exec
.
/
wolf.x86
"$@"
7