projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a305c3
)
samba36: install smbpasswd symlink
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 Feb 2012 16:51:19 +0000
(16:51 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 Feb 2012 16:51:19 +0000
(16:51 +0000)
SVN-Revision: 30506
net/samba36/Makefile
patch
|
blob
|
history
diff --git
a/net/samba36/Makefile
b/net/samba36/Makefile
index 28e48809da34ccf7d6ca465292ab7f8870348a91..c1aee4527b62fe05596e9e2c1fc730d743aa6466 100644
(file)
--- a/
net/samba36/Makefile
+++ b/
net/samba36/Makefile
@@
-103,6
+103,7
@@
define Package/samba36-server/install
$(INSTALL_BIN) $(PKG_BUILD_BIN)/samba_multicall $(1)/usr/sbin
ln -sf samba_multicall $(1)/usr/sbin/smbd
ln -sf samba_multicall $(1)/usr/sbin/nmbd
+ ln -sf samba_multicall $(1)/usr/sbin/smbpasswd
endef
$(eval $(call BuildPackage,samba36-server))