aboutsummaryrefslogtreecommitdiff
path: root/sboinstall
diff options
context:
space:
mode:
Diffstat (limited to 'sboinstall')
-rwxr-xr-xsboinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboinstall b/sboinstall
index 7b5cdab..dcf5a6f 100755
--- a/sboinstall
+++ b/sboinstall
@@ -93,7 +93,7 @@ if ($no_reqs or $non_int) {
}
# populate %locations and sanity check
-%locations = get_sbo_location($build_queue);
+%locations = get_sbo_locations($build_queue);
for my $sbo (@$build_queue) {
usage_error("Unable to locate $sbo in the SlackBuilds.org tree.") unless
$locations{$sbo};