X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..9d095072a57089b4858b632199f3b57871458dee:/services/fuse/fpm-info.sh?ds=inline 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