From 7b93593dd229d1aeed56893399336670059a3422 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Apr 2013 14:11:42 +0000 Subject: fix location --- tools/drakx-in-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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") }; } { -- cgit v1.2.1