From 023d35c0c112c59cae7b32292c66343ea64311d9 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Sun, 4 Nov 2012 08:45:27 -0600 Subject: changes to support get_sbo_location changes --- sboremove | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sboremove b/sboremove index f399fd9..c11e4c4 100755 --- a/sboremove +++ b/sboremove @@ -50,7 +50,7 @@ show_version and exit 0 if $vers; show_usage and exit 0 unless exists $ARGV[0]; my $rootpkg = $ARGV[0]; -my $test = get_sbo_location $rootpkg; +my $test = get_sbo_location ($rootpkg); die "Unable to locate $rootpkg in the SlackBuilds.org tree.\n" unless defined $test; @@ -146,7 +146,7 @@ for my $pkg (@$remove_queue) { chomp(my $viewrm = ); if ($viewrm =~ /^[Yy]/) { print "\n"; - my $locrm = get_sbo_location $pkg; + my $locrm = get_sbo_location ($pkg); $locrm .= '/README'; open(README, '<', $locrm) or die "could not open $locrm"; for my $line () { @@ -191,4 +191,4 @@ for my $instpkg (@confirmed) { say "All operations have completed successfully."; -exit 0; \ No newline at end of file +exit 0; -- cgit v1.2.3