Correctly detect the path to config.sh

This commit is contained in:
Pierre Pronchery 2018-09-16 16:41:44 +02:00
parent a48af850b0
commit a65fb17050

View File

@ -25,7 +25,7 @@
#variables
CONFIGSH="${0%/platform.sh}/config.sh"
CONFIGSH="${0%/platform.sh}/../config.sh"
DESTDIR=
LDSOCONF="/etc/ld.so.conf"
PREFIX="/usr/local"