Author: pierre Date: Fri Jan 12 02:42:36 2018 New Revision: 4023 Log: Always create the test-log directory to allow user to "uncomment" test instructions
Modified: jhalfs/trunk/jhalfs Modified: jhalfs/trunk/jhalfs ============================================================================== --- jhalfs/trunk/jhalfs Fri Jan 12 01:40:59 2018 (r4022) +++ jhalfs/trunk/jhalfs Fri Jan 12 02:42:36 2018 (r4023) @@ -393,8 +393,9 @@ # Copy urls.xsl, if needed [[ "$GETPKG" = "y" ]] && cp $COMMON_DIR/urls.xsl $JHALFSDIR/ -# Create the test-log directory, if needed - [[ "$TEST" != "0" ]] && [[ ! -d $TESTLOGDIR ]] && install -d -m 1777 $TESTLOGDIR +# Always create the test-log directory to allow user to "uncomment" test +# instructions + install -d -m 1777 $TESTLOGDIR # Create the installed-files directory, if needed [[ "$INSTALL_LOG" = "y" ]] && [[ ! -d $FILELOGDIR ]] && install -d -m 1777 $FILELOGDIR -- http://lists.linuxfromscratch.org/listinfo/alfs-log Unsubscribe: See the above information page
