Browse Source

Another initial check, and tested.

master
freesource 23 years ago
parent
commit
e140b6bc50
  1. 6
      yard/scripts/make_debian

6
yard/scripts/make_debian

@ -580,7 +580,7 @@ sub start_up {
# existence of dpkg # existence of dpkg
if (!-f "/usr/bin/dpkg") { if (!-f "/usr/bin/dpkg") {
die "You are not using a Debian system, in the future this " . die "You are not using a Debian system, in the future this " .
"may be supported, but for now you need living Debian\n"; "may be supported, but for now you need living Debian.\n";
} }
# Swim has never been installed before? # Swim has never been installed before?
@ -641,6 +641,10 @@ sub start_up {
"Please install it first.\n"; "Please install it first.\n";
} }
} }
else {
die "The script requires that file-rc be installed. " .
"Please install it first.\n";
}
} }
close(DPKG); close(DPKG);

Loading…
Cancel
Save