From 1164cf6a4daeb4efe06b5dcccc00182bcbfd17eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 22 Sep 2009 17:01:05 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20calcuate=20--iso=20=D0=B8=D0=B7=20=D1=80=D0=B5=D0=B6=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=20cl-builder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/calculate | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/calculate b/install/calculate index b6110af..4427cf4 100755 --- a/install/calculate +++ b/install/calculate @@ -5241,7 +5241,8 @@ sub umount_build_dirs{ #------------------------------------------------------------------------------ sub createiso{ #проверим что не запущен cl-builder - if(`mount | grep "on /mnt/builder/usr/calculate/share"`) { + if(`mount | grep "on /mnt/builder/usr/calculate/share"` + || `mount | grep -c "devpts on /dev/pts "` != 1 ) { printmes(gettext('Error')."! "); printmes(gettext('Before proceeding, complete the program cl-builder')); printmes(".\n"); return "";