sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit f13280a6cdc69af8e3fbc6ee88cd1d1e47e5a1d2
parent 9c93f342f4f9a3e1a445fe3ac24679e0e534e3f0
Author: J Pipkin <j@dawnrazor.net>
Date:   Sun,  9 Sep 2012 00:56:50 -0500

remove now superfluous compat32/arch check from SBO/Lib.pm

Diffstat:
MSBO-Lib/lib/SBO/Lib.pm | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -623,7 +623,6 @@ sub do_slackbuild (%) { my $x32; # ensure x32 stuff is set correctly, or that we're setup for it if ($args{COMPAT32}) { - die "compat32 only works on x86_64.\n" unless $arch eq 'x86_64'; die "compat32 requires multilib.\n" unless $multi; die "compat32 requires /usr/sbin/convertpkg-compat32.\n" unless -f '/usr/sbin/convertpkg-compat32';