mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-13 06:00:34 +00:00
samba36: fix typo in package/samba36-server/install
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45225
This commit is contained in:
@@ -130,7 +130,7 @@ endef
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user