Browse Source

Fixed a textual mistake.

master
freesource 24 years ago
parent
commit
dbb1ae9e1e
  1. 4
      yard/scripts/make_debian

4
yard/scripts/make_debian

@ -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" .
"";

Loading…
Cancel
Save