diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-04-04 14:11:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-04-04 14:11:42 +0000 |
commit | 2bc2bf0e9da09f7d467d92036f00971ab8f77268 (patch) | |
tree | ba68d737b2215feb0d9b7a5e6c473c5f56a38e90 /tools/drakx-in-chroot | |
parent | 10f803f260a35616a2646b1d2591912c58a9d328 (diff) | |
download | drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.tar drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.tar.gz drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.tar.bz2 drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.tar.xz drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.zip |
fix location
Diffstat (limited to 'tools/drakx-in-chroot')
-rwxr-xr-x | tools/drakx-in-chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index d751896c7..4ffc345de 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -119,7 +119,7 @@ eval { cp_af($_, "$dir$_") } foreach qw(/dev/root); #- if the DISPLAY is remote, we may need to resolve the name: if ($remote_repository || $ENV{DISPLAY} !~ /^:/) { - eval { cp_af('/etc/resolv.conf', "$SLASH_LOCATION$_") }; + eval { cp_af('/etc/resolv.conf', "$SLASH_LOCATION/resolv.conf") }; } { |