From d66967206e600128a000d9ae60faa07868bca068 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 31 Jul 2000 21:36:40 +0000 Subject: Backslashes are unneccessary. Prepositions are. svn path=/trunk/; revision=4435 --- tools/verify-evolution-install.sh | 58 +++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'tools') 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