diff options
Diffstat (limited to 'chrome/installer/linux/debian/build.sh')
-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 |