From 4dce56387b2437a6bd1b21e572168c02194e0d60 Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Sun, 6 Jan 2013 03:42:39 -0600 Subject: remove old check_distfiles() code from do_slackbuild() --- SBO-Lib/lib/SBO/Lib.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'SBO-Lib/lib/SBO/Lib.pm') diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 59118f7..f81350a 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -758,15 +758,6 @@ sub do_slackbuild { } } } - # get a hash of downloads and md5sums, ensure we have 'em, symlink 'em - my %downloads = get_sbo_downloads( - 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 my ($pkg, $src) = perform_sbo( OPTS => $args{OPTS}, -- cgit v1.2.3