[packages] openldap: install an empty ldif directory (#6509)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 16 Jan 2010 13:51:57 +0000 (13:51 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 16 Jan 2010 13:51:57 +0000 (13:51 +0000)
SVN-Revision: 19169

libs/openldap/Makefile

index 17f62dd7559cf3de187ac7a4bf60c532498d770e..f9d8b0825ca5b2b381e89e715cc2d5aa86ae6a0b 100644 (file)
@@ -130,6 +130,7 @@ endef
 define Package/openldap-server/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/ldap.init $(1)/etc/init.d/ldap
+       $(INSTALL_DIR) $(1)/etc/openldap/ldif
        $(INSTALL_DIR) $(1)/etc/openldap/schema
        $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/openldap/schema/* $(1)/etc/openldap/schema/
        $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/openldap/slapd.conf $(1)/etc/openldap/