Index: chrome/installer/linux/common/installer.include |
diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include |
index cb1c180b29a078a26acf1f4fc62cc2cf0bd11039..e0fd9aaa4c6a1340ccafce48941a11e8fb51bc63 100644 |
--- a/chrome/installer/linux/common/installer.include |
+++ b/chrome/installer/linux/common/installer.include |
@@ -58,6 +58,7 @@ process_template() ( |
-e "s#@@VERSION@@#${VERSION}#g" \ |
-e "s#@@PACKAGE_RELEASE@@#${PACKAGE_RELEASE}#g" \ |
-e "s#@@VERSIONFULL@@#${VERSIONFULL}#g" \ |
+ -e "s#@@INSTALLDIRPREFIX@@#${INSTALLDIRPREFIX}#g" \ |
-e "s#@@INSTALLDIR@@#${INSTALLDIR}#g" \ |
-e "s#@@BUILDDIR@@#${BUILDDIR}#g" \ |
-e "s#@@STAGEDIR@@#${STAGEDIR}#g" \ |
@@ -225,8 +226,6 @@ stage_install_common() { |
ln -sn "${INSTALLDIR}/${PACKAGE}" \ |
"${STAGEDIR}/${INSTALLDIR}/google-chrome" |
fi |
- ln -snf "${INSTALLDIR}/${PACKAGE}" \ |
- "${STAGEDIR}/usr/bin/${USR_BIN_SYMLINK_NAME}" |
# app icons |
install -m 644 \ |