more build tweaks for bsd
[goodguy/history.git] / cinelerra-5.1 / inst.sh
index 6c2b1c814e40e3df90e335b5b646fa93388040f0..bbfee547528bda5185edb51f0effb72dfc7c70a4 100755 (executable)
@@ -1,8 +1,10 @@
 #!/bin/bash -e
 # inst.sh <dir> <objs...>
-
+cr='
+'
 dir="$1"; shift 1
 $mkinstalldirs "$dir"
+if [ "$*" = "*" ]; then exit; fi
 
 for f in "$@"; do
   if [ -f "$f" ]; then $install_sh -c "$f" "$dir"; continue; fi