diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-11 18:34:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-11 18:34:08 +0000 |
commit | 4f6e735b9a957060ebf4823cee2458323d516388 (patch) | |
tree | 8ac29a341b1ca683b0e5a695cf2adfeb2324d6d3 | |
parent | unused anymore...checked with repoman and got no errors - if something breaks... (diff) | |
download | historical-4f6e735b9a957060ebf4823cee2458323d516388.tar.gz historical-4f6e735b9a957060ebf4823cee2458323d516388.tar.bz2 historical-4f6e735b9a957060ebf4823cee2458323d516388.zip |
forgot wrapper
-rw-r--r-- | media-sound/teamspeak2-client-bin/files/TeamSpeak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media-sound/teamspeak2-client-bin/files/TeamSpeak b/media-sound/teamspeak2-client-bin/files/TeamSpeak new file mode 100644 index 000000000000..6ae40f76f095 --- /dev/null +++ b/media-sound/teamspeak2-client-bin/files/TeamSpeak @@ -0,0 +1,3 @@ +#!/bin/sh +export LD_LIBRARY_PATH="%installdir%:$LD_LIBRARY_PATH" +exec %installdir%/TeamSpeak.bin "$@" |