1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 08:33:24 -05:00

Added an interesting note.

This commit is contained in:
freesource 2001-09-14 05:44:20 +00:00
parent c75586cf32
commit bf1fc647f6

View File

@ -254,6 +254,10 @@ return $stuff;
# Better tell the user what required and extra packages don't exist.
# It is 100% unlikely that a required package is missing because
# the information is taken directly from the system. But it is fun
# to test for anyways, weirder things have been known to happen.
my $required_packages_check = "swim -q @required_packages|";
open (CHECK,$required_packages_check)
or die "Couldn't find any required packages: $?\n";