Add fuse package as dependency instead of recommended package, because it is needed to actually mount a file system
This commit is contained in:
parent
fb3399ed00
commit
9e67952c95
@ -38,7 +38,7 @@ if(BUILDTYPE MATCHES RELEASE AND NOT BUILD_TESTING)
|
||||
set(CPACK_PACKAGE_EXECUTABLES "cryfs" "CryFS")
|
||||
set(CPACK_DEBIAN_PACKAGE_SECTION "utils")
|
||||
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
|
||||
set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "fuse")
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "fuse")
|
||||
|
||||
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://www.cryfs.org")
|
||||
set(CPACK_RPM_PACKAGE_LICENSE "LGPLv3")
|
||||
|
Loading…
Reference in New Issue
Block a user