3 Commits
+2 -2
View File
@@ -159,8 +159,8 @@ for ((i=1; i <= $numargs; i++)); do
$LOC_trunk/build/build_main.sh process_file $SRC_full > $DST_full $LOC_trunk/build/build_main.sh process_file $SRC_full > $DST_full
else # just copy file else # just copy file
echo_INFO "File type ($ftype) is detected as not to be built. Just copying it to $DST_full ..." echo_INFO "File type ($ftype) is detected as not to be built. Just linking it to $DST_full ..."
cp $SRC_full $DST_full ln -sf $SRC_full $DST_full
fi fi