diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-01 20:13:04 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-01 20:13:04 +0000 |
commit | 04a40f841b662a1e28bd579cc68fa3a57e233bbd (patch) | |
tree | 364430077eb1db1256193acaddf9de54535b3efd /chrome/installer | |
parent | 3d315d247f3eeddde21be18bd7e9a9c5c4731beb (diff) | |
download | chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.zip chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.tar.gz chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.tar.bz2 |
Remove the 'Hammer' name in favor of the Debug|Release names
and paths we'll use in gyp-generated files.
Review URL: http://codereview.chromium.org/56158
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 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 |