Fixed a textual mistake.

This commit is contained in:
freesource
2001-09-13 18:37:36 +00:00
parent 454deedccf
commit dbb1ae9e1e
+2 -2
View File
@@ -591,7 +591,7 @@ sub start_up {
if ($dpkg_result != 0) {
die "Swim is required:\n\n" .
"Add one of these lines to your /etc/apt/sources.list:\n" .
"deb http://prdownloads.sourceforge.net/avd ./ orx\n" .
"deb http://prdownloads.sourceforge.net/avd ./ or\n" .
"deb http://download.sourceforge.net/avd ./\n\n" .
"Then do `apt-get update` and `apt-get install swim`\n" .
"";
@@ -606,7 +606,7 @@ sub start_up {
if (/purge|deinstall/) {
die "Swim needs to be reinstalled:\n\n" .
"Add one of these lines to your /etc/apt/sources.list:\n" .
"deb http://prdownloads.sourceforge.net/avd ./ orx\n" .
"deb http://prdownloads.sourceforge.net/avd ./ or\n" .
"deb http://download.sourceforge.net/avd ./\n\n" .
"Then do `apt-get update` and `apt-get install swim`\n" .
"";