diff options
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r-- | perl-install/install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 33b33a1c0..5bde50be0 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -5,7 +5,7 @@ use strict; BEGIN { # needed before "use URPM" mkdir '/etc/rpm'; - symlink '/tmp/stage2/etc/rpm/platform', '/etc/rpm/platform'; + symlink "/tmp/stage2/etc/rpm/$_", "/etc/rpm/$_" foreach 'platform', 'macros.cdb'; } use URPM; |