]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Merge of modesty patch from 2.2 spec file.
authorTim Potter <tpot@samba.org>
Wed, 8 Aug 2001 03:21:43 +0000 (03:21 +0000)
committerTim Potter <tpot@samba.org>
Wed, 8 Aug 2001 03:21:43 +0000 (03:21 +0000)
packaging/RedHat/samba2.spec.tmpl

index c5c9f542ebb0db7b03b29a901209ae2765e590f2..73c2a3e985157159ef36e229565d9386ac8f74c4 100644 (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