summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-29 16:43:54 +0000
committerGerald Carter <jerry@samba.org>2003-08-29 16:43:54 +0000
commite872c3e4a117090528b2b1c7036e07f30b0a31ca (patch)
tree87438da7a7cedaf7094446deddd907014142c218 /packaging
parente123f1a8c8ecc0958e640ed204348d0c831f90f5 (diff)
downloadsamba-e872c3e4a117090528b2b1c7036e07f30b0a31ca.tar.gz
samba-e872c3e4a117090528b2b1c7036e07f30b0a31ca.tar.xz
samba-e872c3e4a117090528b2b1c7036e07f30b0a31ca.zip
adding smbcquotas to the list of installed tools
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/samba.spec.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/RedHat/samba.spec.tmpl b/packaging/RedHat/samba.spec.tmpl
index 0ebb23fc2d9..718fe38bc86 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