From f13280a6cdc69af8e3fbc6ee88cd1d1e47e5a1d2 Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Sun, 9 Sep 2012 00:56:50 -0500 Subject: remove now superfluous compat32/arch check from SBO/Lib.pm --- SBO-Lib/lib/SBO/Lib.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 421c464..96df349 100644 --- 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'; -- cgit v1.2.3