diff options
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 5f9f011..f7b5c86 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -722,6 +722,8 @@ sub do_slackbuild { LOCATION => $location, 32 => $args{COMPAT32} ); + die "Unable to get download information from $location/$sbo.info.\n" unless + keys %downloads > 0; check_distfiles %downloads; my @symlinks = create_symlinks($args{LOCATION}, %downloads); # setup and run the .SlackBuild itself |