diff --git a/install/cl-builder b/install/cl-builder index f1d83eb..d2a9b76 100755 --- a/install/cl-builder +++ b/install/cl-builder @@ -53,7 +53,7 @@ mountres() { 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}/sysfs && + mount -t sysfs none ${BUILDER}/sys && mount -o bind /dev/pts ${BUILDER}/dev/pts && return 0 return 1 }