dont hardcode libfolder (use deb-file-gen script late to do ...
replace "<LIBDIR>" with Folder z.b. "/usr/lib/tt"
This commit is contained in:
@ -43,8 +43,8 @@
|
||||
if [ -f "$(readlink -f "$(dirname $0)/bash-lib")" ]; then
|
||||
source "$(readlink -f "$(dirname $0)/bash-lib")"
|
||||
[ $DEBUG == $TRUE ] && echo "LIB VERSION: $LIBVER"
|
||||
elif [ -f "/usr/lib/tt/bash-lib" ]; then #<LIBDIR>
|
||||
source "/usr/lib/tt/bash-lib"
|
||||
elif [ -f "<LIBDIR>/bash-lib" ]; then #<LIBDIR>
|
||||
source "<LIBDIR>/bash-lib"
|
||||
[ $DEBUG == $TRUE ] && echo "LIB VERSION: $LIBVER"
|
||||
else
|
||||
echo "ERROR: Global Lib not found"
|
||||
|
Reference in New Issue
Block a user