From 8fefac8d61e54598d0754854c6b293658923a14f Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 19 Aug 2018 19:51:41 -0500 Subject: [PATCH] set SLIC3R_DIR properly? --- 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 3eaf8b601..d58124982 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="./" +SLIC3R_DIR="$(readlink -F $0)/../../" if [[ -d "${appfolder}" ]]; then echo "Deleting old working folder: ${appfolder}"