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

Side by Side Diff: chrome/installer/linux/common/google-chrome/google-chrome.info

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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This file provides common configuration information for building 5 # This file provides common configuration information for building
6 # google-chrome packages for various platforms. 6 # google-chrome packages for various platforms.
7 7
8 # Base name of the package. 8 # Base name of the package.
9 PACKAGE="google-chrome" 9 PACKAGE="google-chrome"
10 10
11 # Filename of the main executable (for generating launcher scripts, etc.) 11 # Filename of the main executable (for generating launcher scripts, etc.)
12 PROGNAME=chrome 12 PROGNAME=chrome
13 13
14 # Relocatable part of base directory for package installation.
15 INSTALLDIRPREFIX=/opt
16
17 # Base directory for package installation. 14 # Base directory for package installation.
18 INSTALLDIR="${INSTALLDIRPREFIX}"/google/chrome 15 INSTALLDIR=/opt/google/chrome
19 16
20 # Display string for desktop menu/icon. 17 # Display string for desktop menu/icon.
21 MENUNAME="Google Chrome" 18 MENUNAME="Google Chrome"
22 19
23 # Brief package description. 20 # Brief package description.
24 SHORTDESC="The web browser from Google" 21 SHORTDESC="The web browser from Google"
25 22
26 # Detailed package description. 23 # Detailed package description.
27 FULLDESC="Google Chrome is a browser that combines a minimal design with sophist icated technology to make the web faster, safer, and easier." 24 FULLDESC="Google Chrome is a browser that combines a minimal design with sophist icated technology to make the web faster, safer, and easier."
28 25
29 # Package maintainer information. 26 # Package maintainer information.
30 # TODO(mmoss) Setup a mailbox for this address 27 # TODO(mmoss) Setup a mailbox for this address
31 MAINTNAME="Chrome Linux Team" 28 MAINTNAME="Chrome Linux Team"
32 MAINTMAIL="chromium-dev@chromium.org" 29 MAINTMAIL="chromium-dev@chromium.org"
33 PRODUCTURL="https://chrome.google.com/" 30 PRODUCTURL="https://chrome.google.com/"
OLDNEW
« no previous file with comments | « chrome/installer/linux/common/chromium-browser/chromium-browser.info ('k') | chrome/installer/linux/common/installer.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698