[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-4154-g768aa82

Michael Adam obnox at samba.org
Fri Sep 12 13:06:16 GMT 2008


The branch, v3-devel has been updated
       via  768aa82361a2c4b0aab71433b7593723a2868f0a (commit)
      from  5d91c9184c27def47f20fc089cc127d780387ed8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit 768aa82361a2c4b0aab71433b7593723a2868f0a
Author: Michael Adam <obnox at samba.org>
Date:   Fri Sep 12 15:07:00 2008 +0200

    packaging: use "find" instead of "du" to find files... :-)
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 packaging/bin/update-pkginfo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/bin/update-pkginfo b/packaging/bin/update-pkginfo
index 020c773..9d8006a 100755
--- a/packaging/bin/update-pkginfo
+++ b/packaging/bin/update-pkginfo
@@ -17,7 +17,7 @@ fi
 # PREV=`echo ${REVISION} | sed 's/[^0-9]//g'`
 # PREV="."`echo ${REVISION} | sed 's/[0-9]//g'`".${PREV}"
 
-for f in `du -a | awk '{print $2}' | grep \.tmpl$`; do
+for f in `find . -type f -name "*.tmpl"`; do
         f2=`echo $f | sed s/.tmpl//g`
         echo $f2
         sed -e s/PVERSION/$VERSION/g \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list