From a65fb170507c02b5d7f5e1a98e82d2b09103f7da Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 16 Sep 2018 16:41:44 +0200 Subject: [PATCH] Correctly detect the path to config.sh --- doc/scripts/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripts/platform.sh b/doc/scripts/platform.sh index 4ba0876..fdb4de7 100755 --- a/doc/scripts/platform.sh +++ b/doc/scripts/platform.sh @@ -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"