diff options
Diffstat (limited to 'utils/common/deploy-rbutil.py')
| -rwxr-xr-x | utils/common/deploy-rbutil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/common/deploy-rbutil.py b/utils/common/deploy-rbutil.py index 3a23862..389438e 100755 --- a/utils/common/deploy-rbutil.py +++ b/utils/common/deploy-rbutil.py @@ -56,9 +56,9 @@ deploy.progexe = { "linux2" : "RockboxUtility" } deploy.regreplace = { - "rbutil/rbutilqt/version.h" : [["SVN \$.*\$", "SVN r%REVISION%"], + "rbutil/rbutilqt/version.h" : [["\$Rev\$", "%REVISION%"], ["(^#define BUILDID).*", "\\1 \"-%BUILDID%\""]], - "rbutil/rbutilqt/Info.plist" : [["SVN \$.*\$", "SVN r%REVISION%"]], + "rbutil/rbutilqt/Info.plist" : [["\$Rev\$", "%REVISION%"]], } # OS X 10.6 defaults to gcc 4.2. Building universal binaries that are # compatible with 10.4 requires using gcc-4.0. |