mergcam merging was buggy, fix by using new exporter
[log-quiet] / setup
diff --git a/setup b/setup
index 7ce3624fb7aee0f9be68f6c146897c682f002868..9044d45f6ac8d392e2a3c7c10b06f5e4a09c5009 100755 (executable)
--- a/setup
+++ b/setup
@@ -65,8 +65,8 @@ if $uninstall; then
   fi
 else
   if $dry; then
-    echo "setup dry run: install -v ${files[*]} /usr/local/bin"
+    echo "setup dry run: install ${files[*]} /usr/local/bin"
   else
-    install -v ${files[@]} /usr/local/bin
+    install -C ${files[@]} /usr/local/bin
   fi
 fi