From acdf25cb15db2e5a309b5cc3ac22e9dc231684e6 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 19 Aug 2018 19:53:50 -0500 Subject: [PATCH] actually get to the path --- package/linux/make_archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index d58124982..f99793ffc 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -43,7 +43,7 @@ resourcefolder=$appfolder echo "Appfolder: $appfolder, archivefolder: $archivefolder" # Our slic3r dir and location of perl -SLIC3R_DIR="$(readlink -F $0)/../../" +SLIC3R_DIR="$(dirname $(readlink -F $0))/../../" if [[ -d "${appfolder}" ]]; then echo "Deleting old working folder: ${appfolder}"