Author: blogic Date: 2015-04-01 18:12:43 +0200 (Wed, 01 Apr 2015) New Revision: 45226
Modified: trunk/package/network/services/samba36/Makefile Log: samba: use INSTALL_CONF for the uci file sorry about the broken commit earlier Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/network/services/samba36/Makefile =================================================================== --- trunk/package/network/services/samba36/Makefile 2015-04-01 15:59:14 UTC (rev 45225) +++ trunk/package/network/services/samba36/Makefile 2015-04-01 16:12:43 UTC (rev 45226) @@ -129,7 +129,7 @@ define Package/samba36-server/install $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DATA) ./files/samba.config $(1)/etc/config/samba + $(INSTALL_CONF) ./files/samba.config $(1)/etc/config/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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
