[kismac] [binaervarianz] r210 - trunk
- From: svn@xxxxxxxxxxxxxxxx
- To: kismac@xxxxxxxxxxxxx
- Date: Tue, 17 Oct 2006 08:31:01 +0200
Author: gkruse
Date: 2006-10-17 08:30:58 +0200 (Tue, 17 Oct 2006)
New Revision: 210
Modified:
trunk/compile.command
Log:
Build script fixes thanks to utopia
Modified: trunk/compile.command
===================================================================
--- trunk/compile.command 2006-10-17 04:52:05 UTC (rev 209)
+++ trunk/compile.command 2006-10-17 06:30:58 UTC (rev 210)
@@ -86,7 +86,7 @@
cd ..
echo -n "Determine Subversion Revision... "
-SVNVERS=`svnversion -n .`
+SVNVERS=`svn info | grep Revision | awk '{print $2}'`
echo $SVNVERS
sed -e "s/\\\$Revision.*\\\$/\\\$Revision: $SVNVERS\\\$/"
Resources/Info.plist.templ > Resources/Info.plist
sed -e "s/\\\$Revision.*\\\$/\\\$Revision: $SVNVERS\\\$/"
Resources/Strings/English.lproj/InfoPlist.strings.templ >
Resources/Strings/English.lproj/InfoPlist.strings
Other related posts:
- » [kismac] [binaervarianz] r210 - trunk