--- trunk/config/install-sml-wrapper_sh.in 2010/06/28 18:05:04 123 +++ trunk/config/install-sml-wrapper_sh.in 2014/05/30 14:43:18 2660 @@ -40,9 +40,12 @@ #install the script and heap image # +if test ! -d $INSTALL_DIR ; then + mkdir -p $INSTALL_DIR || exit 1 +fi $INSTALL $TARGET $INSTALL_DIR/$TARGET || exit 1 if test ! -d $INSTALL_HEAP_DIR ; then - mkdir $INSTALL_HEAP_DIR || exit 1 + mkdir -p $INSTALL_HEAP_DIR || exit 1 fi $INSTALL_DATA $HEAP_IMAGE $INSTALL_HEAP_IMAGE || exit 1
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: + mkdir -p $INSTALL_HEAP_DIR || exit 1 fi $INSTALL_DATA $HEAP_IMAGE $INSTALL_HEAP_IMAGE || exit 1