diff options
author | Tim Potter <tpot@samba.org> | 2001-08-08 03:21:43 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-08-08 03:21:43 +0000 |
commit | 013ef477b27129eaeb0f5e08deccd2717f4a67c3 (patch) | |
tree | dc06af03514682118611b647e64dcaa5ceaa772c /packaging | |
parent | 49eea105fd99f43ee508f278865c655683b9be58 (diff) | |
download | samba-013ef477b27129eaeb0f5e08deccd2717f4a67c3.tar.gz samba-013ef477b27129eaeb0f5e08deccd2717f4a67c3.tar.bz2 samba-013ef477b27129eaeb0f5e08deccd2717f4a67c3.zip |
Merge of modesty patch from 2.2 spec file.
(This used to be commit 4c4d128d08e848c65b1aec8bcc0b1bc3a913d55b)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/RedHat/samba2.spec.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl index c5c9f542eb..73c2a3e985 100644 --- a/packaging/RedHat/samba2.spec.tmpl +++ b/packaging/RedHat/samba2.spec.tmpl @@ -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 |