Author: ranger
Date: Wed Aug  2 14:38:39 2006
New Revision: 253

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=253&repname=user%3a+ranger>
Log:
get the revision from the repo dir

Modified:
    kde-admindir/trunk/make-tarball.sh

Modified: kde-admindir/trunk/make-tarball.sh
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/kde-admindir/trunk/make-tarball.sh&rev=253&repname=user%3a+ranger>
==============================================================================
--- kde-admindir/trunk/make-tarball.sh (original)
+++ kde-admindir/trunk/make-tarball.sh Wed Aug  2 14:38:39 2006
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-REVISION=`echo '$Revision$' | awk '{ print $2 }'`
+REVISION=`svn info . | grep -E '^Revision:' | awk '{ print $2 }'`
 TARBALL="/sw/src/kde-admindir-$REVISION.tar.bz2"
 
 echo "making tarball $TARBALL"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to