aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2012-09-09 00:56:50 -0500
committerJ Pipkin <j@dawnrazor.net>2012-09-09 00:56:50 -0500
commitf13280a6cdc69af8e3fbc6ee88cd1d1e47e5a1d2 (patch)
treefb444c681b573ff900f1a4e68ac636ae260a217d /SBO-Lib/lib
parent9c93f342f4f9a3e1a445fe3ac24679e0e534e3f0 (diff)
downloadsbotools2-f13280a6cdc69af8e3fbc6ee88cd1d1e47e5a1d2.tar.xz
remove now superfluous compat32/arch check from SBO/Lib.pm
Diffstat (limited to 'SBO-Lib/lib')
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm1
1 files changed, 0 insertions, 1 deletions
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';