mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-13 21:56:09 +01:00
383bdf909b
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
3 lines
117 B
Bash
3 lines
117 B
Bash
#!/bin/sh
|
|
export LD_LIBRARY_PATH=/usr/lib/TeighaViewer:$LD_LIBRARY_PATH
|
|
exec /usr/lib/TeighaViewer/TeighaViewer "$@"
|