diff options
author | Michael Adam <obnox@samba.org> | 2009-12-04 23:29:22 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-05 17:59:36 +0100 |
commit | 21d3aa814577690dac0e301bc2863c0f464f0e2e (patch) | |
tree | 9ed8ae61d00e953c88d49f6abcbb359278721955 /packaging | |
parent | 04ba95c09d6d99f42f472435f6b21798f0bba418 (diff) | |
download | samba-21d3aa814577690dac0e301bc2863c0f464f0e2e.tar.gz |
packaging(RHEL-CTDB): package dbwrap_tool and dbwrap_torture in the common pkg
Michael
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index 9ee39cf8166..5b05b99ac9f 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -302,6 +302,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_libarchdir}/krb5/plugins/libkrb5 cd source3 make DESTDIR=$RPM_BUILD_ROOT \ install + +make DESTDIR=$RPM_BUILD_ROOT \ + install-dbwrap_tool install-dbwrap_torture cd .. # NSS winbind support @@ -590,6 +593,8 @@ exit 0 %{_bindir}/ntlm_auth %{_bindir}/pdbedit %{_bindir}/smbcquotas +%{_bindir}/dbwrap_tool +%{_bindir}/dbwrap_torture %{_mandir}/man1/ntlm_auth.1* %{_mandir}/man1/profiles.1* |