9426: collection Tags tab (in progress)
[arvados.git] / apps / workbench / fpm-info.sh
index c9afa150f2d6e39260a4cc6be1608dd1d31f7fff..726208326fcfdbc656bf2385431f89a68cf64d70 100644 (file)
@@ -1 +1,8 @@
-fpm_depends+=(git g++)
+case "$TARGET" in
+    centos*)
+        fpm_depends+=(git)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(git g++)
+        ;;
+esac