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
commit7b93593dd229d1aeed56893399336670059a3422 (patch)
treeba68d737b2215feb0d9b7a5e6c473c5f56a38e90 /tools
parenteb38d21db38c837fa367ba4cee2960432b10b875 (diff)
downloaddrakx-backup-do-not-use-7b93593dd229d1aeed56893399336670059a3422.tar
drakx-backup-do-not-use-7b93593dd229d1aeed56893399336670059a3422.tar.gz
drakx-backup-do-not-use-7b93593dd229d1aeed56893399336670059a3422.tar.bz2
drakx-backup-do-not-use-7b93593dd229d1aeed56893399336670059a3422.tar.xz
drakx-backup-do-not-use-7b93593dd229d1aeed56893399336670059a3422.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") };
}
{