diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 11:34:03 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 11:34:03 +0000 |
commit | acba81f3360f98104f0d8bd6063e04e4f61feba5 (patch) | |
tree | 1a7f890622a110212da23f8bee2398596db53731 /chrome | |
parent | 20f61e8fa477f367b66d05b2707fc1021b35af5c (diff) | |
download | chromium_src-acba81f3360f98104f0d8bd6063e04e4f61feba5.zip chromium_src-acba81f3360f98104f0d8bd6063e04e4f61feba5.tar.gz chromium_src-acba81f3360f98104f0d8bd6063e04e4f61feba5.tar.bz2 |
Revert r12849 (conversion of "Hammer" names to "Debug").
Review URL: http://codereview.chromium.org/57051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-x | chrome/installer/linux/debian/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh index 7b2181b..bd567f6 100755 --- a/chrome/installer/linux/debian/build.sh +++ b/chrome/installer/linux/debian/build.sh @@ -114,6 +114,7 @@ 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" \ @@ -312,7 +313,7 @@ process_opts() { SCRIPTDIR=$(readlink -f "$(dirname "$0")") OUTPUTDIR="${PWD}" STAGEDIR=deb.build -BUILDDIR=$(readlink -f "${SCRIPTDIR}/../../../../sconsbuild/Release") +BUILDDIR=$(readlink -f "${SCRIPTDIR}/../../../Hammer") 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 |