Merge branch '12616-acr-validate' closes #12616
[arvados.git] / apps / workbench / fpm-info.sh
index 773e29af0672fa548f0539e38f60655c2cc3a319..22ec1ba14c6dad9a83cc3594aa0353f835331e91 100644 (file)
@@ -1 +1,12 @@
-fpm_depends+=('git g++')
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+case "$TARGET" in
+    centos*)
+        fpm_depends+=(git)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(git g++)
+        ;;
+esac