summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-04 20:00:08 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-04 20:00:08 +0000
commit3e4fd91ad5547bdc3933d710100fb9620bd21356 (patch)
tree9d9512e332d7a0766dad6cc318be0d7cd758884a /tools
parentac69fe918a1c09c7546e1e0d05170b1180982bca (diff)
downloaddrakx-3e4fd91ad5547bdc3933d710100fb9620bd21356.tar
drakx-3e4fd91ad5547bdc3933d710100fb9620bd21356.tar.gz
drakx-3e4fd91ad5547bdc3933d710100fb9620bd21356.tar.bz2
drakx-3e4fd91ad5547bdc3933d710100fb9620bd21356.tar.xz
drakx-3e4fd91ad5547bdc3933d710100fb9620bd21356.zip
really fix link :-(
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 d5d893f3c..1384c2e18 100755
--- a/tools/drakx-in-chroot
+++ b/tools/drakx-in-chroot
@@ -118,7 +118,7 @@ mkdir_p("$dir/dev");
eval { cp_af($_, "$dir$_") } foreach qw(/dev/root);
#- if the DISPLAY is remote, we may need to resolve the name:
-eval { cp_af('/etc/resolv.conf', "$SLASH_LOCATION/resolv.conf") };
+eval { cp_af('/etc/resolv.conf', "$SLASH_LOCATION/etc/resolv.conf") };
{
chomp(my $kernel_version = `uname -r`);