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 | 7b93593dd229d1aeed56893399336670059a3422 (patch) | |
tree | ba68d737b2215feb0d9b7a5e6c473c5f56a38e90 /tools | |
parent | eb38d21db38c837fa367ba4cee2960432b10b875 (diff) | |
download | drakx-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-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") }; } { |