From 520821e3675dccd25731508cb357a007a646b6e6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 2 Sep 2012 15:30:03 +0000 Subject: (clean_and_build_chroot) fix path on message --- lib/Iurt/Chroot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index c628300..c1a76cc 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -89,7 +89,7 @@ sub clean_and_build_chroot { return; } if (system("$sudo mount none -t tmpfs $chroot/dev/shm")) { - plog('ERROR', "Failed to mount dev/shm"); + plog('ERROR', "Failed to mount /dev/shm"); sudo($config, "--umount", "$chroot/proc"); sudo($config, "--umount", "$chroot/dev/pts"); return; -- cgit v1.2.1