Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 617640
Collapse All | Expand All

(-)a/lib/Slic3r.pm (-1 / +1 lines)
Lines 42-48 Link Here
42
42
43
use FindBin;
43
use FindBin;
44
# Path to the images.
44
# Path to the images.
45
my $varpath = decode_path($FindBin::Bin) . "/var";
45
my $varpath = decode_path($FindBin::RealBin) . "/var";
46
if ($^O eq 'darwin' && !-d $varpath) {
46
if ($^O eq 'darwin' && !-d $varpath) {
47
    $varpath = decode_path($FindBin::Bin) . "/../Resources/var";
47
    $varpath = decode_path($FindBin::Bin) . "/../Resources/var";
48
}
48
}

Return to bug 617640