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

Side by Side Diff: chrome/installer/linux/common/variables.include

Issue 2299093002: Revert of Support relocatable RPM packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 unified diff | Download patch
« no previous file with comments | « chrome/installer/linux/common/symlinks.include ('k') | chrome/installer/linux/debian/postinst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Set the installation directory at install time.
2 # Currently only does anything for RPM packages.
3 INSTALLDIR="@@INSTALLDIR@@"
4 if [ -n "${RPM_INSTALL_PREFIX-}" ]; then
5 INSTALLDIR="${RPM_INSTALL_PREFIX}"/${INSTALLDIR##"@@INSTALLDIRPREFIX@@/"}
6 fi
7
8 # System-wide package configuration. 1 # System-wide package configuration.
9 DEFAULTS_FILE="/etc/default/@@PACKAGE@@" 2 DEFAULTS_FILE="/etc/default/@@PACKAGE@@"
10 3
11 # sources.list setting for @@PACKAGE@@ updates. 4 # sources.list setting for @@PACKAGE@@ updates.
12 REPOCONFIG="@@REPOCONFIG@@" 5 REPOCONFIG="@@REPOCONFIG@@"
13 REPOCONFIGREGEX="@@REPOCONFIGREGEX@@" 6 REPOCONFIGREGEX="@@REPOCONFIGREGEX@@"
OLDNEW
« no previous file with comments | « chrome/installer/linux/common/symlinks.include ('k') | chrome/installer/linux/debian/postinst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698