diff options
author | John Crispin <john@openwrt.org> | 2015-04-01 16:12:43 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-01 16:12:43 +0000 |
commit | 546ba7a39f64ffd05593d94cb94a7ad6916a43d5 (patch) | |
tree | 4b5216c48368c909d6791511bb3a24e91f4a54f1 /package/network/services/samba36 | |
parent | b7130aff21c760ca028d480e20d94067882e34a4 (diff) | |
download | upstream-546ba7a39f64ffd05593d94cb94a7ad6916a43d5.tar.gz upstream-546ba7a39f64ffd05593d94cb94a7ad6916a43d5.tar.bz2 upstream-546ba7a39f64ffd05593d94cb94a7ad6916a43d5.zip |
samba: use INSTALL_CONF for the uci file
sorry about the broken commit earlier
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45226
Diffstat (limited to 'package/network/services/samba36')
-rw-r--r-- | package/network/services/samba36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index 22d0a7fe24..d440495aff 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -129,7 +129,7 @@ endef 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 |