From bccbda5a0d09d5218db2c7af339794a7eb6ee598 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 Feb 2013 18:49:21 +0100 Subject: Implemented more flexible command line parsing --- server/build_core | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/build_core') diff --git a/server/build_core b/server/build_core index 411036df..03ff6eca 100755 --- a/server/build_core +++ b/server/build_core @@ -27,9 +27,9 @@ STAGE32_DIR=${ROOT_DIR}/remote/stage3.2 # initial checks initial_checks() { local TOOL_STR="$TOOL_STR initial_checks:" - [ -d "${STAGE32_DIR}" ] || perror "No stage3.2 directory found. Please run './mltk tools build' first." + [ -d "${STAGE32_DIR}" ] || perror "No stage3.2 directory found. Please run './mltk --tools -b' first." - [ -e "${STAGE32_DIR}/openslx/bin/busybox" ] || perror "Busybox not found, run './mltk tools build busybox' first." + [ -e "${STAGE32_DIR}/openslx/bin/busybox" ] || perror "Busybox not found, run './mltk --tools -b busybox' first." # shouldn't squashfs-tools be automatically installed as we need them nevertheless!? # what if it is already on the machine? faster to check with which than the apt-get check? -- cgit v1.2.3-55-g7522