commit 3da88c764fa1edd1effa3d71deb074ce189790a5
parent 93e96ae1435e6539defa72011fff9031fb16af86
Author: J Pipkin <j@dawnrazor.net>
Date: Sun, 6 Jan 2013 01:28:30 -0600
Merge branch 'download_fix', fixes #34
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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