summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-10 23:50:14 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:57:01 +0100
commitb2d5e5fe008a5c116f752b523b14103571bcd147 (patch)
tree0c46302dbc1660d3b3ca1ffbc25d14d2133ad349 /packaging
parentafbec00617ec85880dd89aba8c3777dd02f8daa3 (diff)
downloadsamba-b2d5e5fe008a5c116f752b523b14103571bcd147.tar.gz
packaging: remove commented out stuff from update-pkginfo
Michael (cherry picked from commit d714e58ec1f74897cd13e7cd9dd9003600052b45) (cherry picked from commit 6e47cc96526961486e545285a46f2bc31e6cd2a2)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/bin/update-pkginfo2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/bin/update-pkginfo b/packaging/bin/update-pkginfo
index 020c773da08..6ff6312ebd8 100755
--- a/packaging/bin/update-pkginfo
+++ b/packaging/bin/update-pkginfo
@@ -14,8 +14,6 @@ if [ $# -ne 3 ]; then
echo Usage: update-pkginfo VERSION RELEASE REVISION
exit 1
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
f2=`echo $f | sed s/.tmpl//g`