zimbra/zmbuilder/patches/install-ldap-patch.patch

21 lines
514 B
Diff

--- install.sh.orig 2023-09-13 22:39:01.155761114 +0200
+++ install.sh 2023-09-13 22:39:08.909858697 +0200
@@ -325,17 +325,6 @@
exit 0
fi
-# Install the zimbra-ldap-patch
-isInstalled zimbra-ldap
-if [ x$PKGINSTALLED != "x" ]; then
- echo "Installing zimbra-ldap-patch"
- $REPOINST zimbra-ldap-patch >>$LOGFILE 2>&1
- if [ $? -ne 0 ]; then
- echo "Failed to install zimbra-ldap-patch"
- exit 1
- fi
-fi
-
#
# Installation complete, now configure
#