diff --git a/yard/scripts/make_debian b/yard/scripts/make_debian index 5f88237..c79c26e 100755 --- a/yard/scripts/make_debian +++ b/yard/scripts/make_debian @@ -580,7 +580,7 @@ sub start_up { # existence of dpkg if (!-f "/usr/bin/dpkg") { 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? @@ -641,6 +641,10 @@ sub start_up { "Please install it first.\n"; } } + else { + die "The script requires that file-rc be installed. " . + "Please install it first.\n"; + } } close(DPKG);