aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-01-06 03:42:39 -0600
committerJ Pipkin <j@dawnrazor.net>2013-01-06 03:42:39 -0600
commit4dce56387b2437a6bd1b21e572168c02194e0d60 (patch)
tree34355b8e942c2b82934bbacbaec72f7cb47eb2bd
parent1876ab4a8448a913c4065ab4118e5bf2a86f5726 (diff)
downloadsbotools2-4dce56387b2437a6bd1b21e572168c02194e0d60.tar.xz
remove old check_distfiles() code from do_slackbuild()
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm9
1 files changed, 0 insertions, 9 deletions
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},