diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 08:37:26 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 08:37:26 +0000 |
commit | 20f61e8fa477f367b66d05b2707fc1021b35af5c (patch) | |
tree | ffdaaa0c659b71ce3401bada873576031f26a27d /chrome/installer | |
parent | 89bedbad604d712dee998aed691646eb8393e039 (diff) | |
download | chromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.zip chromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.tar.gz chromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.tar.bz2 |
Replace "Hammer" references with "Debug" as appropriate.
Review URL: http://codereview.chromium.org/53118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rwxr-xr-x | chrome/installer/linux/debian/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh index bd567f6..7b2181b 100755 --- a/chrome/installer/linux/debian/build.sh +++ b/chrome/installer/linux/debian/build.sh @@ -114,7 +114,6 @@ stage_install() { "${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 @@ process_opts() { 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 |