Skip to content

Commit

Permalink
Fix cpack package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer committed Oct 14, 2016
1 parent 6216907 commit 890d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(BUILDTYPE MATCHES RELEASE AND NOT BUILD_TESTING)
set(CPACK_DEBIAN_PACKAGE_SECTION "utils")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
# Needs gnupg2 for postinst script
set(CPACK_DEBIAN_PACKAGE_DEPENDS "fuse gnupg2")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "fuse, gnupg2")

set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://www.cryfs.org")
set(CPACK_RPM_PACKAGE_LICENSE "LGPLv3")
Expand Down

0 comments on commit 890d9de

Please sign in to comment.