diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-02 15:30:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-02 15:30:03 +0000 |
commit | 520821e3675dccd25731508cb357a007a646b6e6 (patch) | |
tree | fff57fd306fdcb282b84fb8d523efdde00f9740e /lib/Iurt/Chroot.pm | |
parent | 7a17cb62a6bbe9b35bcdebb19a88f1e17511c80b (diff) | |
download | iurt-520821e3675dccd25731508cb357a007a646b6e6.tar iurt-520821e3675dccd25731508cb357a007a646b6e6.tar.gz iurt-520821e3675dccd25731508cb357a007a646b6e6.tar.bz2 iurt-520821e3675dccd25731508cb357a007a646b6e6.tar.xz iurt-520821e3675dccd25731508cb357a007a646b6e6.zip |
(clean_and_build_chroot) fix path on message
Diffstat (limited to 'lib/Iurt/Chroot.pm')
-rw-r--r-- | lib/Iurt/Chroot.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |