Skip to content
Snippets Groups Projects
Commit b7130aff authored by Nicolas Thill's avatar Nicolas Thill
Browse files

samba36: fix typo in package/samba36-server/install


Signed-off-by: default avatarNicolas Thill <nico@openwrt.org>

SVN-Revision: 45225
parent b8dccba8
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ endef ...@@ -130,7 +130,7 @@ endef
define Package/samba36-server/install define Package/samba36-server/install
$(INSTALL_DIR) $(1)/etc/config $(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DATA) ./files/samba.config $(1)/etc/config/samba $(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) ./files/smb.conf.template $(1)/etc/samba
$(INSTALL_DATA) $(PKG_BUILD_DIR)/codepages/lowcase.dat $(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 $(INSTALL_DATA) $(PKG_BUILD_DIR)/codepages/upcase.dat $(1)/etc/samba
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment