Author: nico Date: 2015-04-01 17:59:14 +0200 (Wed, 01 Apr 2015) New Revision: 45225
Modified: trunk/package/network/services/samba36/Makefile Log: samba36: fix typo in package/samba36-server/install Signed-off-by: Nicolas Thill <[email protected]> Modified: trunk/package/network/services/samba36/Makefile =================================================================== --- trunk/package/network/services/samba36/Makefile 2015-04-01 15:11:38 UTC (rev 45224) +++ trunk/package/network/services/samba36/Makefile 2015-04-01 15:59:14 UTC (rev 45225) @@ -130,7 +130,7 @@ define Package/samba36-server/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/samba.config $(1)/etc/config/samba - $(INSTALL_CONF) $(1)/etc/samba + $(INSTALL_DIR) $(1)/etc/samba $(INSTALL_DATA) ./files/smb.conf.template $(1)/etc/samba $(INSTALL_DATA) $(PKG_BUILD_DIR)/codepages/lowcase.dat $(1)/etc/samba $(INSTALL_DATA) $(PKG_BUILD_DIR)/codepages/upcase.dat $(1)/etc/samba _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
