summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-04 14:11:42 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-04 14:11:42 +0000
commit2bc2bf0e9da09f7d467d92036f00971ab8f77268 (patch)
treeba68d737b2215feb0d9b7a5e6c473c5f56a38e90 /tools
parent10f803f260a35616a2646b1d2591912c58a9d328 (diff)
downloaddrakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.tar
drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.tar.gz
drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.tar.bz2
drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.tar.xz
drakx-2bc2bf0e9da09f7d467d92036f00971ab8f77268.zip
fix location
Diffstat (limited to 'tools')
-rwxr-xr-xtools/drakx-in-chroot2
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") };
}
{