Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Unified Diff: chrome/installer/linux/common/installer.include

Issue 2323513002: Revert of Support relocatable RPM packages (patchset #1 id:1 of https://codereview.chromium.org/210… (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/linux/common/installer.include
diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include
index dfaaada4b822f9267beb23d8a3e5e05eac3ef46a..d606238d6476e22444fc65c0d4c1ed76d50e063a 100644
--- a/chrome/installer/linux/common/installer.include
+++ b/chrome/installer/linux/common/installer.include
@@ -58,7 +58,6 @@ 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" \
@@ -217,6 +216,8 @@ 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 \
« no previous file with comments | « chrome/installer/linux/common/google-chrome/google-chrome.info ('k') | chrome/installer/linux/common/postinst.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698