summarylogtreecommitdiffstats
path: root/Move-Slic3r-data-to-usr-share-slic3r.patch
blob: 9a46fbe5bfe7b1f1eb57ab38ac22d917874635a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index b7c265c..ba3f68d 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -47,7 +47,7 @@ warn "Running Slic3r under Perl 5.16 is neither supported nor recommended\n"
 
 use FindBin;
 # Path to the images.
-our $var = sub { decode_path($FindBin::Bin) . "/var/" . $_[0] };
+our $var = sub { '/usr/share/slic3r/' . $_[0] };
 
 use Moo 1.003001;