X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/343fffd1284fa47e58b45d0852075d9ef6695c79..e4e38ac6a304e7f81c27975a8b26acf774bceace:/apps/workbench/fpm-info.sh diff --git a/apps/workbench/fpm-info.sh b/apps/workbench/fpm-info.sh index 880fa3325e..22ec1ba14c 100644 --- a/apps/workbench/fpm-info.sh +++ b/apps/workbench/fpm-info.sh @@ -1 +1,12 @@ -fpm_depends+=('git>=1.7.10') +# 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