diff options
| -rwxr-xr-x | sboupgrade | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -74,6 +74,9 @@ if ($jobs) {  $jobs = 0 if $jobs eq 'FALSE';  show_usage and exit 1 unless exists $ARGV[0]; +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; | 
