From 3db65ea3a3634aeeb115305259e27ca606259dba Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 17 Sep 2010 17:12:46 +0000 Subject: [PATCH] Update cl-builder from calculate repository. --- scripts/cl-builder | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 scripts/cl-builder diff --git a/scripts/cl-builder b/scripts/cl-builder old mode 100755 new mode 100644 index eed6b36..498ea57 --- a/scripts/cl-builder +++ b/scripts/cl-builder @@ -1,7 +1,7 @@ #!/bin/bash #------------------------------------------------------------------------------ # cl-builder -# Copyright ©2009 Mir Calculate Ltd. +# Copyright ©2009 Calculate Ltd. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -51,7 +51,6 @@ watching() { #------------------------------------------------------------------------------ mountres() { mount -o bind /var/calculate/remote ${BUILDER}/var/calculate/remote - mount -o bind /usr/calculate/share ${BUILDER}/usr/calculate/share mount -t proc none ${BUILDER}/proc && mount -o bind /dev ${BUILDER}/dev && mount -t sysfs none ${BUILDER}/sys && mount -o bind /dev/pts ${BUILDER}/dev/pts && return 0