installerfw-sh-functions: do not define mount prefix ourselves
[platform/adaptation/setup-scripts.git] / setup-extlinux-conf
index 20e00c9..5854f7d 100755 (executable)
@@ -8,9 +8,7 @@ PROG="setup-extlinux-conf"
 VER="1.0"
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="/usr/share/setup-ivi:$srcdir:$PATH"
-
-. setup-ivi-sh-functions
+. "$srcdir/setup-ivi-sh-functions"
 
 # This is a small trick which I use to make sure my scripts are portable -
 # check if 'dash' is present, and if yes - use it.