slic3r/slic3r-datadir.patch

14 lines
347 B
Diff
Raw Normal View History

2015-06-29 12:38:50 +00:00
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 154af90..ef8274c 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -30,7 +30,7 @@ warn "Running Slic3r under Perl 5.16 is not supported nor recommended\n"
if $^V == v5.16;
use FindBin;
-our $var = decode_path($FindBin::Bin) . "/var";
+our $var = "/usr/share/slic3r";
use Moo 1.003001;