aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboupgrade3
1 files changed, 3 insertions, 0 deletions
diff --git a/sboupgrade b/sboupgrade
index b5db7a8..775ded9 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -89,6 +89,9 @@ if ($compat32) {
die "compat32 only works on x86_64.\n" unless get_arch eq 'x86_64';
}
+# if we can't find SLACKBUILDS.TXT in $config{HOME}, prompt to fetch the tree
+slackbuilds_or_fetch;
+
my $rootpkg = $ARGV[0];
my %warnings;
my %options;