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 16:09:46 UTC 2012
[aur-mirror.git]
/
wolf
/
wolfded.launcher
blob
3b7ab1985f7ec44e18f0211ab6eb831a6f1e5b5b
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
.
/
wolfded.x86
"$@"
7