aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-10-02 16:20:34 +0200
committercon <qtc-committer@nokia.com>2009-10-02 16:21:38 +0200
commit8cc1e452f14f16451085896469b334fa0956c878 (patch)
tree6cb0300ef852a0d58f3b4a66f18f0ac66b1342a4 /scripts
parent04d2bfa8f8735e14127912a954f7d114f0864a6f (diff)
Remove patching of something that doesn't exist.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/replaceVersion.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/replaceVersion.sh b/scripts/replaceVersion.sh
index 7460518405..1c309ff0e6 100755
--- a/scripts/replaceVersion.sh
+++ b/scripts/replaceVersion.sh
@@ -81,18 +81,6 @@ sed \
mv -f "${TMPFILE}" "${CORE_CONSTANT_H}"
-## Patch installer.rc
-TMPFILE=`mktemp versionPatch.XXXXXX`
-INSTALLER_RC="${SCRIPT_DIR}/../../dev/ide/nightly_builds/installer/installer.rc"
-echo "Patching \`${INSTALLER_RC}'"
-sed \
- -e "s/"${OLD_DOT_FOUR}"/"${NEW_DOT_FOUR}"/" \
- -e "s/"${OLD_COMMA_FOUR}"/"${NEW_COMMA_FOUR}"/" \
- "${INSTALLER_RC}" > "${TMPFILE}"
- p4 edit `sed -e 's/\/\.\//\//g' -e 's/\/[^\/]\+\/\.\.\//\//g' <<<"${INSTALLER_RC}"`
-mv -f "${TMPFILE}" "${INSTALLER_RC}"
-
-
## Patch Info.plist
TMPFILE=`mktemp versionPatch.XXXXXX`
INFO_PLIST="${SCRIPT_DIR}/src/app/Info.plist"