projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
17492: Removes unused & deprecated code.
[arvados.git]
/
services
/
fuse
/
fpm-info.sh
diff --git
a/services/fuse/fpm-info.sh
b/services/fuse/fpm-info.sh
index 6cf69fb782ee5ce876fe9ae6a64a6c7dbce3239d..f789abe69270c024e73a5294666bc06169b45026 100644
(file)
--- a/
services/fuse/fpm-info.sh
+++ b/
services/fuse/fpm-info.sh
@@
-3,3
+3,12
@@
# SPDX-License-Identifier: AGPL-3.0
fpm_depends+=(fuse)
+
+case "$TARGET" in
+ centos*)
+ fpm_depends+=(fuse-libs)
+ ;;
+ debian* | ubuntu*)
+ fpm_depends+=(libcurl3-gnutls)
+ ;;
+esac