Skip to content

Commit f9ad3a8

Browse files
committed
fix polkitd package name
1 parent 1610a49 commit f9ad3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/ziti-edge-tunnel/package/CPackGenConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ if(CPACK_GENERATOR MATCHES "DEB")
3939
# specify "libssl3 if it exists in the repos, or nothing" as a dependency.
4040
# systemd package on older distros does not contain `systemd-sysusers`, so include passwd for `useradd`, `groupadd`.
4141
# login provides `/usr/sbin/nologin`.
42-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "debconf, iproute2, sed, systemd, libatomic1, libjson-c3 | libjson-c4 | libjson-c5 , libprotobuf-c1, libssl3 | libssl1.1 | libssl1.0.0, login, passwd, policykit-1, zlib1g")
42+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "debconf, iproute2, sed, systemd, libatomic1, libjson-c3 | libjson-c4 | libjson-c5 , libprotobuf-c1, libssl3 | libssl1.1 | libssl1.0.0, login, passwd, policykit-1 | polkitd, zlib1g")
4343
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CPACK_DEB_CONFFILES};${CPACK_DEB_PRE_INSTALL};${CPACK_DEB_POST_INSTALL};${CPACK_DEB_PRE_UNINSTALL};${CPACK_DEB_POST_UNINSTALL};${CPACK_DEB_TEMPLATES}")
4444
endif(CPACK_GENERATOR MATCHES "DEB")

0 commit comments

Comments
 (0)