diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-12-18 21:26:09 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-12-18 21:26:09 +0000 |
commit | 45af27325ded155ab7ce4c76daedd053d9d504cc (patch) | |
tree | 4f9a2159f10c681b189ed6fe732b6c28d11793bd /lib/MGA/DrakISO/Mounts.pm | |
parent | 996706b13c0354ae98e08f4cd54eae2a5868434c (diff) | |
download | drakiso-45af27325ded155ab7ce4c76daedd053d9d504cc.tar drakiso-45af27325ded155ab7ce4c76daedd053d9d504cc.tar.gz drakiso-45af27325ded155ab7ce4c76daedd053d9d504cc.tar.bz2 drakiso-45af27325ded155ab7ce4c76daedd053d9d504cc.tar.xz drakiso-45af27325ded155ab7ce4c76daedd053d9d504cc.zip |
Properly import $dir_distrib_sqfs into Loopback module.
Allows 'use strict' to be added to that module.
Diffstat (limited to 'lib/MGA/DrakISO/Mounts.pm')
-rw-r--r-- | lib/MGA/DrakISO/Mounts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', |