Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: chrome/installer/linux/debian/build.sh

Issue 56158: Remove the 'Hammer' name in favor of the Debug|Release names... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base_paths_linux.cc ('k') | third_party/libxslt/linux/xslt-config » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/debian/build.sh
===================================================================
--- chrome/installer/linux/debian/build.sh (revision 12953)
+++ chrome/installer/linux/debian/build.sh (working copy)
@@ -114,7 +114,6 @@
"${STAGEDIR}${INSTALLDIR}/locales/"
install -m 644 "${BUILDDIR}/themes/default.pak" \
"${STAGEDIR}${INSTALLDIR}/themes/"
- install -m 644 "${BUILDDIR}/icudt38l.dat" "${STAGEDIR}${INSTALLDIR}/"
install -m 644 "${SCRIPTDIR}/../common/${PACKAGE}/${PACKAGE}.png" \
"${STAGEDIR}${INSTALLDIR}/"
process_template "${SCRIPTDIR}/../common/wrapper" \
@@ -313,7 +312,7 @@
SCRIPTDIR=$(readlink -f "$(dirname "$0")")
OUTPUTDIR="${PWD}"
STAGEDIR=deb.build
-BUILDDIR=$(readlink -f "${SCRIPTDIR}/../../../Hammer")
+BUILDDIR=$(readlink -f "${SCRIPTDIR}/../../../../sconsbuild/Release")
CHANGELOG=changelog.auto
# Default to a bogus low version, so if somebody creates and installs a package
# with no version info, it won't prevent upgrading when trying to install a
« no previous file with comments | « base/base_paths_linux.cc ('k') | third_party/libxslt/linux/xslt-config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698