diff options
-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 a40fce56a..b12f9cf8f 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -82,7 +82,7 @@ eval { cp_af($_, "$SLASH_LOCATION$_") } foreach qw(/etc/resolv.conf); } my $Xnest_pid; -my $Xnest_bin = find { whereis_binary($_) } 'Xnest', 'Xephyr'; +my $Xnest_bin = find { whereis_binary($_) } 'Xephyr', 'Xnest'; if (!-f ($SLASH_LOCATION . $AUTO_INSTALL_ROOTED) && $Xnest_bin) { my $DISPLAY = ':8'; $Xnest_pid = fork(); |