Skip to content

Commit

Permalink
[EUDAT-B2STAGE#18] fix irods-runtime dependency in deb packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed May 12, 2021
1 parent 706f703 commit 105447d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ set(CPACK_RPM_RELOCATION_PATHS $ENV{DEST_LIB_DIR})
set(CPACK_ARCHIVE_COMPONENT_INSTALL OFF)

set(CPACK_DEBIAN_PACKAGE_NAME "irods-gridftp-client")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${IRODS_PACKAGE_DEPENDENCIES_STRING}, irods-runtime (= ${CPACK_DEBIAN_PACKAGE_VERSION}), libc6, libssl1.0.0")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${IRODS_PACKAGE_DEPENDENCIES_STRING}, irods-runtime (= ${IRODS_VERSION}), libc6, libssl1.0.0")

set(CPACK_RPM_PACKAGE_NAME "irods-gridftp-client")
if (IRODS_LINUX_DISTRIBUTION_NAME STREQUAL "centos" OR IRODS_LINUX_DISTRIBUTION_NAME STREQUAL "centos linux")
Expand Down

0 comments on commit 105447d

Please sign in to comment.