aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2014-04-18 13:10:13 +0000
committerPascal Terjan <pterjan@gmail.com>2014-04-18 13:11:33 +0000
commit699c11c00c71b63be8a5b564969225f412fe8ebc (patch)
treeef860b58483ff0195c44980f1b7c4ea9e756afc8
parent2ae3c728dfbc3b0066428c54bf10ce5db409cd70 (diff)
downloadiurt-699c11c00c71b63be8a5b564969225f412fe8ebc.tar
iurt-699c11c00c71b63be8a5b564969225f412fe8ebc.tar.gz
iurt-699c11c00c71b63be8a5b564969225f412fe8ebc.tar.bz2
iurt-699c11c00c71b63be8a5b564969225f412fe8ebc.tar.xz
iurt-699c11c00c71b63be8a5b564969225f412fe8ebc.zip
Fix syntax to be accepted by old perl
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index 4c147b2..23777fc 100755
--- a/iurt
+++ b/iurt
@@ -548,7 +548,7 @@ if ($config->{env}) {
$config->{upload} .= "$run{distro}/$run{media}";
if ($run{icecream}) {
- push $config->{basesystem_packages}, 'icecream';
+ push @{$config->{basesystem_packages}}, 'icecream';
}
my $lock = $run{media};