The branch, v3-3-test has been updated via 606ec3a... s3:packaging: Adapt directory name. from 6eacb25... cifs.upcall: do a brute-force search for KRB5 credcache
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log ----------------------------------------------------------------- commit 606ec3a311067377ec3d633ee23155f6800dc73f Author: Karolin Seeger <ksee...@samba.org> Date: Fri Oct 16 16:06:17 2009 +0200 s3:packaging: Adapt directory name. Karolin ----------------------------------------------------------------------- Summary of changes: packaging/RHEL/makerpms.sh.tmpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/packaging/RHEL/makerpms.sh.tmpl b/packaging/RHEL/makerpms.sh.tmpl index 5b377bd..93d2d82 100644 --- a/packaging/RHEL/makerpms.sh.tmpl +++ b/packaging/RHEL/makerpms.sh.tmpl @@ -40,8 +40,8 @@ case $RPMVER in esac pushd . -cd ../../source -if [ -f Makefile ]; then +cd ../../source3 +if [ -f Makefile ]; then make distclean fi popd -- Samba Shared Repository