From e3fd08fa7700358f9220dee5bdab66b8b6deda12 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Dec 2015 12:28:17 +0100 Subject: fix path in comment --- 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 289a15d3e..680db41ed 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -152,7 +152,7 @@ if (my $pid = fork()) { } else { $ENV{TERM} = 'linux'; # we only have terminfo for terminal "linux" $ENV{HOME} = '/'; - # to kept sync with gi/mdk-stage1/init.c::env: + # to kept sync with mdk-stage1/init.c::env: $ENV{LD_LIBRARY_PATH}='/lib:/usr/lib:/mnt/lib:/mnt/usr/lib:/lib64:/usr/lib64:/mnt/lib64:/mnt/usr/lib64'; if ($remote_repository) { $ENV{URLPREFIX} = $repository; -- cgit v1.2.1