From d905754bdf823bb70a7087e61f032bbe6fd1c64f Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 22 Apr 2011 20:20:40 +0000 Subject: Correct revision replacement string gotten replaced by svn itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29766 a1c6a512-1295-4272-9138-f99709370657 --- utils/common/deploy-rbutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/common/deploy-rbutil.py b/utils/common/deploy-rbutil.py index a94dfdae20..103bd08631 100755 --- a/utils/common/deploy-rbutil.py +++ b/utils/common/deploy-rbutil.py @@ -53,7 +53,7 @@ deploy.progexe = { "linux2" : "RockboxUtility" } deploy.regreplace = { - "rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN $Revision: %REVISION% $"] + "rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN r%REVISION%"] } # OS X 10.6 defaults to gcc 4.2. Building universal binaries that are # compatible with 10.4 requires using gcc-4.0. -- cgit v1.2.3