From 45af27325ded155ab7ce4c76daedd053d9d504cc Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 18 Dec 2017 21:26:09 +0000 Subject: Properly import $dir_distrib_sqfs into Loopback module. Allows 'use strict' to be added to that module. --- lib/MGA/DrakISO/Mounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/MGA/DrakISO/Mounts.pm') diff --git a/lib/MGA/DrakISO/Mounts.pm b/lib/MGA/DrakISO/Mounts.pm index c3c408d..ceaeb8b 100644 --- a/lib/MGA/DrakISO/Mounts.pm +++ b/lib/MGA/DrakISO/Mounts.pm @@ -4,7 +4,7 @@ use strict; use MDK::Common; -my $dir_distrib_sqfs = { +our $dir_distrib_sqfs = { mountpoint => '/distrib', type => 'squashfs', path => '/distrib', -- cgit v1.2.1