aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-01 05:36:40 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-01 05:36:40 +0800
commitd66967206e600128a000d9ae60faa07868bca068 (patch)
tree7e8f6ff728249aa09225e31001b77d6571c3dcd4 /tools
parent4271c72588efa28f0f241d74e64f103592556908 (diff)
downloadgsoc2013-evolution-d66967206e600128a000d9ae60faa07868bca068.tar
gsoc2013-evolution-d66967206e600128a000d9ae60faa07868bca068.tar.gz
gsoc2013-evolution-d66967206e600128a000d9ae60faa07868bca068.tar.bz2
gsoc2013-evolution-d66967206e600128a000d9ae60faa07868bca068.tar.lz
gsoc2013-evolution-d66967206e600128a000d9ae60faa07868bca068.tar.xz
gsoc2013-evolution-d66967206e600128a000d9ae60faa07868bca068.tar.zst
gsoc2013-evolution-d66967206e600128a000d9ae60faa07868bca068.zip
Backslashes are unneccessary. Prepositions are.
svn path=/trunk/; revision=4435
Diffstat (limited to 'tools')
-rwxr-xr-xtools/verify-evolution-install.sh58
1 files changed, 29 insertions, 29 deletions
diff --git a/tools/verify-evolution-install.sh b/tools/verify-evolution-install.sh
index eb3fd7bfaf..52be32a433 100755
--- a/tools/verify-evolution-install.sh
+++ b/tools/verify-evolution-install.sh
@@ -47,7 +47,7 @@ check_config() {
eval val=\$$1
if test ! -x $val ; then
problem="Cannot find $2 or it ($val) is not executable"
- rpmsolution="Install or reinstall the \'$3-devel\' package"
+ rpmsolution="Install or reinstall the '$3-devel' package"
debsolution="Install or reinstall the $3 development libraries." #FIXME
srcsolution="Get the latest release of $3 and install it."
comment="If you know that $3 is installed, try setting the
@@ -65,9 +65,9 @@ check_prefix() {
if test x"$3" = xstrict ; then
if test x"$otherpfx" != x"$gl_prefix" ; then
problem="gnome-libs and $2 do not share the same prefix"
- rpmsolution="This problem shouldn\'t happen with RPM installations. Verify your installation of Helix Gnome."
- debsolution="This problem shouldn\'t happen with DEB installations. Verify your installation of Helix Gnome."
- srcsolution="Re-run \'configure\' in $2\'s source directory with the flag \'--prefix=$gl_prefix\'."
+ rpmsolution="This problem shouldn't happen with RPM installations. Verify your installation of Helix Gnome."
+ debsolution="This problem shouldn't happen with DEB installations. Verify your installation of Helix Gnome."
+ srcsolution="Re-run 'configure' in $2's source directory with the flag '--prefix=$gl_prefix'."
problem
fi
else
@@ -88,10 +88,10 @@ check_prefix() {
if test x"$passed" = xno ; then
problem="$2 is not in GNOME_PATH or the same prefix as gnome-libs"
- rpmsolution="This problem shouldn\'t happen with RPM installations. Verify your installation of Helix Gnome."
- debsolution="This problem shouldn\'t happen with DEB installations. Verify your installation of Helix Gnome."
- srcsolution="Re-run \'configure\' in $2\'s source directory with the flag \'--prefix=$gl_prefix\'."
- comment="Try exporting an environment variable \'GNOME_PATH\' with the prefix of $2."
+ rpmsolution="This problem shouldn't happen with RPM installations. Verify your installation of Helix Gnome."
+ debsolution="This problem shouldn't happen with DEB installations. Verify your installation of Helix Gnome."
+ srcsolution="Re-run 'configure' in $2's source directory with the flag '--prefix=$gl_prefix'."
+ comment="Try exporting an environment variable 'GNOME_PATH' with the prefix of $2."
problem
fi
fi
@@ -104,9 +104,9 @@ check_sysconf() {
eval othersysc=\`\$$1 --sysconfdir\`
if test x"$othersysc" != x"$gl_sysconf" ; then
problem="gnome-libs and $2 do not share the same sysconfdir"
- rpmsolution="This problem shouldn\'t happen with RPM installations. Verify your installation of Helix Gnome."
- debsolution="This problem shouldn\'t happen with DEB installations. Verify your installation of Helix Gnome."
- srcsolution="Re-run \'configure\' in $2\'s source directory with the flag \'--sysconfdir=$gl_sysconf\'."
+ rpmsolution="This problem shouldn't happen with RPM installations. Verify your installation of Helix Gnome."
+ debsolution="This problem shouldn't happen with DEB installations. Verify your installation of Helix Gnome."
+ srcsolution="Re-run 'configure' in $2's source directory with the flag '--sysconfdir=$gl_sysconf'."
problem
fi
}
@@ -133,13 +133,13 @@ check_oafinfo() {
IFS="$IFSback"
if test x$ok = xno ; then
- problem="$1.oafinfo isn\'t installed into Gnome\'s prefix or in OAF_INFO_PATH"
- rpmsolution="This problem shouldn\'t happen with RPM installations. Verify your installation of Helix Gnome."
- debsolution="This problem shouldn\'t happen with DEB installations. Verify your installation of Helix Gnome."
- srcsolution="Re-run \'configure\' in $2\'s source directory with the flag \'--datadir=$gl_datadir\'."
+ problem="$1.oafinfo isn't installed into Gnome's prefix or in OAF_INFO_PATH"
+ rpmsolution="This problem shouldn't happen with RPM installations. Verify your installation of Helix Gnome."
+ debsolution="This problem shouldn't happen with DEB installations. Verify your installation of Helix Gnome."
+ srcsolution="Re-run 'configure' in $2's source directory with the flag '--datadir=$gl_datadir'."
comment="Another likely cause of this problem would be a failed installation of $2.
You should check to see that the install succeeded. You may also add the
-location $1.oafinfo to the environment variable OAF_INFO_PATH"
+location of $1.oafinfo to the environment variable OAF_INFO_PATH"
problem
fi
@@ -173,10 +173,10 @@ check_bin() {
#othername=$2
if test ! -f ${gl_bindir}/$1 ; then
- problem="The binary $1 isn\'t installed into Gnome\'s prefix"
- rpmsolution="This problem shouldn\'t happen with RPM installations. Verify your installation of Helix Gnome."
- debsolution="This problem shouldn\'t happen with DEB installations. Verify your installation of Helix Gnome."
- srcsolution="Re-run \'configure\' in $2\'s source directory with the flag \'--bindir=$gl_bindir\'."
+ problem="The binary $1 isn't installed into Gnome's prefix"
+ rpmsolution="This problem shouldn't happen with RPM installations. Verify your installation of Helix Gnome."
+ debsolution="This problem shouldn't happen with DEB installations. Verify your installation of Helix Gnome."
+ srcsolution="Re-run 'configure' in $2's source directory with the flag '--bindir=$gl_bindir'."
comment="Another likely cause of this problem would be a failed installation of $2.
You should check to see that the install succeeded."
problem
@@ -191,9 +191,9 @@ check_no_gnorba() {
if test x"$ping" != x ; then
problem="$2 was built using Gnorba, not OAF"
- rpmsolution="This problem shouldn\'t happen with RPM installations. Verify your installation of Helix Gnome."
- debsolution="This problem shouldn\'t happen with DEB installations. Verify your installation of Helix Gnome."
- srcsolution="Update $2 and re-run \'configure\' in its source directory with the flag \'--enable-oaf=yes\'."
+ rpmsolution="This problem shouldn't happen with RPM installations. Verify your installation of Helix Gnome."
+ debsolution="This problem shouldn't happen with DEB installations. Verify your installation of Helix Gnome."
+ srcsolution="Update $2 and re-run 'configure' in its source directory with the flag '--enable-oaf=yes'."
problem
fi
}
@@ -249,8 +249,8 @@ check_module3() {
#$3=version
$GNOME_CONFIG --modversion $1 1>/dev/null 2>/dev/null </dev/null
if test x$? != x0 ; then
- problem="Package $2 doesn\'t seem to be installed."
- rpmsolution="Get and install the packages \'$2\' and \'$2-devel\'"
+ problem="Package $2 doesn't seem to be installed."
+ rpmsolution="Get and install the packages '$2' and '$2-devel'"
debsolution="Get and install the package $2 and its development libraries" #FIXME
srcsolution="Download the source and install the package $2"
comment="If you think the package is installed, check that its prefix is $gl_prefix --
@@ -333,8 +333,8 @@ check_module2() {
#$3=version
$GNOME_CONFIG --modversion $1 1>/dev/null 2>/dev/null </dev/null
if test x$? != x0 ; then
- problem="Package $2 doesn\'t seem to be installed."
- rpmsolution="Get and install the packages \'$2\' and \'$2-devel\'"
+ problem="Package $2 doesn't seem to be installed."
+ rpmsolution="Get and install the packages '$2' and '$2-devel'"
debsolution="Get and install the package $2 and its development libraries" #FIXME
srcsolution="Download the source and install the package $2"
comment="If you think the package is installed, check that its prefix is $gl_prefix --
@@ -356,10 +356,10 @@ if test -d /var/lib/rpm ; then
$RPM --version 1>/dev/null 2>/dev/null </dev/null
if test x$? != x0 ; then
problem="The rpm executable ($RPM) does not seem to work."
- rpmsolution="none, if rpm doesn\'t work."
+ rpmsolution="none, if rpm doesn't work."
debsolution="not applicable."
srcsolution="download and install rpm manually."
- comment="If rpm really won\'t work then there is something wrong with your system."
+ comment="If rpm really won't work then there is something wrong with your system."
problem
fi
else