$OpenBSD: patch-tools_sylpheed-switcher,v 1.3 2004/01/11 14:13:35 sturm Exp $
--- tools/sylpheed-switcher.orig	2001-12-07 13:25:01.000000000 +0100
+++ tools/sylpheed-switcher	2004-01-11 14:58:27.000000000 +0100
@@ -73,7 +73,7 @@ if ($sylphpath && $clawspath) {  ## this
 	if ($DIR_CHECK == 1) {
 		print "\nNow you can run either the main branch or the claws\n";
 		print "branch by using one of the following options:\n\n";
-		print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
+		print "  sylpheed-switcher --main\n  sylpheed-switcher --claws\n\n";
 		exit;
 	}
 ## copy the directory tree
@@ -82,7 +82,7 @@ if ($sylphpath && $clawspath) {  ## this
 ## when setting-up is done print a little message
 	print "\nNow you can run either the main branch or the claws\n";
 	print "branch by using one of the following options:\n\n";
-	print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
+	print "  sylpheed-switcher --main\n  sylpheed-switcher --claws\n\n";
 	exit;
 }
 ## the --help option stuff
@@ -92,10 +92,10 @@ if ($YouWantHelp) {
 	print "to set up the configuration. Here is an example, adjust the paths\n";
 	print "to suit your set-up, but remember you need the full path with the\n";
 	print "executable included:\n";
-	print "./sylpheed-switcher --main-path=/usr/local/bin/sylpheed --claws-path=/usr/bin/sylpheed\n\n";
+	print "  sylpheed-switcher --main-path=%%PREFIX%%/bin/sylpheed --claws-path=%%PREFIX%%/bin/sylpheed\n\n";
 	print "When you have done the initial set-up, you run either the main branch\n";
 	print "or the claws branch by using one of the following switches:\n\n";
-	print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
+	print "  sylpheed-switcher --main\n  sylpheed-switcher --claws\n\n";
         print "Add --debug to run sylpheed in debug mode\n\n";
 	exit;
 }
