15615: Don't save screenshots of skipped tests.
[arvados.git] / apps / workbench / fpm-info.sh
index c9afa150f2d6e39260a4cc6be1608dd1d31f7fff..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