Added several ebuilds

This commit is contained in:
layman
2017-04-04 23:31:00 +02:00
parent 7fb53ee71e
commit bd8e1053e8
33 changed files with 1160 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/lib/Slic3r.pm 2016-12-18 15:24:37.520000000 +0100
+++ b/lib/Slic3r.pm 2016-12-18 15:25:23.430000000 +0100
@@ -42,7 +42,7 @@
use FindBin;
# Path to the images.
-our $var = sub { decode_path($FindBin::Bin) . "/var/" . $_[0] };
+our $var = sub { decode_path($FindBin::RealBin) . "/var/" . $_[0] };
use Moo 1.003001;