1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Merge of modesty patch from 2.2 spec file.

(This used to be commit 4c4d128d08)
This commit is contained in:
Tim Potter 2001-08-08 03:21:43 +00:00
parent 49eea105fd
commit 013ef477b2

View File

@ -191,7 +191,7 @@ mkdir -p $RPM_BUILD_ROOT/lib/security
for i in nmblookup smbclient smbpasswd smbstatus testparm testprns \
make_printerdef rpcclient smbspool smbcacls smbcontrol wbinfo
do
install -m755 -s source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin
install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin
done
for i in mksmbpasswd.sh smbtar
do
@ -201,7 +201,7 @@ done
# Install secure binary files
for i in smbd nmbd swat smbmount smbumount smbmnt debug2html winbindd
do
install -m755 -s source/bin/$i $RPM_BUILD_ROOT%{prefix}/sbin
install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/sbin
done
# we need a symlink for mount to recognise the smb and smbfs filesystem types