diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-29 16:43:54 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-29 16:43:54 +0000 |
commit | 4f890038050278e281fde485de31f7df4df379f7 (patch) | |
tree | 31fcf63440f7770b50145dc75256fe31c5546c8a /packaging | |
parent | 01e9f9788c3cd5a5895a32ec62bd815cbf79414a (diff) | |
download | samba-4f890038050278e281fde485de31f7df4df379f7.tar.gz samba-4f890038050278e281fde485de31f7df4df379f7.tar.bz2 samba-4f890038050278e281fde485de31f7df4df379f7.zip |
adding smbcquotas to the list of installed tools
(This used to be commit e872c3e4a117090528b2b1c7036e07f30b0a31ca)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/RedHat/samba.spec.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/RedHat/samba.spec.tmpl b/packaging/RedHat/samba.spec.tmpl index 0ebb23fc2d..718fe38bc8 100644 --- a/packaging/RedHat/samba.spec.tmpl +++ b/packaging/RedHat/samba.spec.tmpl @@ -94,7 +94,7 @@ mkdir -p $RPM_BUILD_ROOT%{prefix}/{lib,include} # Install standard binary files for i in nmblookup smbclient smbpasswd smbstatus testparm testprns \ rpcclient smbspool smbcacls smbcontrol wbinfo smbmnt net \ - smbcacls pdbedit tdbbackup smbtree ntlm_auth + smbcacls pdbedit tdbbackup smbtree ntlm_auth smbcquotas do install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin done @@ -384,6 +384,7 @@ fi %{prefix}/bin/wbinfo %{prefix}/bin/net %{prefix}/bin/ntlm_auth +%{prefix}/bin/smbcquotas %{prefix}/bin/smbcacls %{prefix}/bin/pdbedit %{prefix}/bin/tdbbackup |