X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fbd54468b13466839c24d880a3d041d0a49371af..94081a34c4972cd65a20cbeb4d1837149f057378:/services/fuse/fpm-info.sh diff --git a/services/fuse/fpm-info.sh b/services/fuse/fpm-info.sh index 57671cd37d..f789abe692 100644 --- a/services/fuse/fpm-info.sh +++ b/services/fuse/fpm-info.sh @@ -1 +1,14 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + fpm_depends+=(fuse) + +case "$TARGET" in + centos*) + fpm_depends+=(fuse-libs) + ;; + debian* | ubuntu*) + fpm_depends+=(libcurl3-gnutls) + ;; +esac