From 5c142df2317aab55751f1d3c659ee08dc613ddf9 Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Mon, 31 Dec 2012 08:18:40 -0600 Subject: die if -p is specified without -N --- sboupgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/sboupgrade b/sboupgrade index 135e9f4..3f9dcfe 100755 --- a/sboupgrade +++ b/sboupgrade @@ -88,6 +88,7 @@ if ($jobs) { if ($compat32) { die "compat32 only works on x86_64.\n" unless get_arch eq 'x86_64'; + die "-p|--compat32 requires -N|--installnew\n" unless $install_new; } # if we can't find SLACKBUILDS.TXT in $config{HOME}, prompt to fetch the tree -- cgit v1.2.3