aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index 67c7e3e..ed70fcd 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -747,6 +747,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