aboutsummaryrefslogtreecommitdiffstats
path: root/BCD/Genisoimage.pm
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2015-01-13 14:44:36 +0100
committerAnne Nicolas <ennael@mageia.org>2015-01-13 14:44:36 +0100
commit2aa3e03ec1ee303eca309b2aab0598e0c8b49dbf (patch)
tree95c3101fb64f98dc77db0a026d94e7a933a09e97 /BCD/Genisoimage.pm
parentb670ce9006dd48df8dfaa6a8ade54b7a20484178 (diff)
downloadbcd-2aa3e03ec1ee303eca309b2aab0598e0c8b49dbf.tar
bcd-2aa3e03ec1ee303eca309b2aab0598e0c8b49dbf.tar.gz
bcd-2aa3e03ec1ee303eca309b2aab0598e0c8b49dbf.tar.bz2
bcd-2aa3e03ec1ee303eca309b2aab0598e0c8b49dbf.tar.xz
bcd-2aa3e03ec1ee303eca309b2aab0598e0c8b49dbf.zip
add variable nameid to use standard name for isos
Diffstat (limited to 'BCD/Genisoimage.pm')
-rw-r--r--BCD/Genisoimage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/BCD/Genisoimage.pm b/BCD/Genisoimage.pm
index f410e2d..07d3923 100644
--- a/BCD/Genisoimage.pm
+++ b/BCD/Genisoimage.pm
@@ -2,7 +2,7 @@ package BCD::Genisoimage;
use strict;
use XML::Simple;
-use BCD::Common qw(:DEFAULT $isoconf $wd $name $arch $version $builddir $isodir $error_color $repo $based_on $support);
+use BCD::Common qw(:DEFAULT $nameid $arch $isoconf $wd $name $arch $version $builddir $isodir $error_color $repo $based_on $support);
use BCD::Media qw(:DEFAULT parse_synthesis);
use URPM;