aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib.pm
diff options
context:
space:
mode:
authorJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-13 12:51:24 -0500
committerJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-13 12:51:24 -0500
commit82a92793bd54b304d05aae1d7d5f0479a24c9540 (patch)
tree9b0d885976ad11fc3112ca3bff071f5964612c62 /SBO-Lib/lib/SBO/Lib.pm
parentbb81be942e63e4d60be284ec0af4867d9663933a (diff)
downloadsbotools2-82a92793bd54b304d05aae1d7d5f0479a24c9540.tar.xz
bug-fixes to make the -j stuff work
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index 8d9c418..3989d3a 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -51,9 +51,9 @@ our $conf_file = "$conf_dir/sbotools.conf";
my @valid_conf_keys = (
'NOCLEAN',
'DISTCLEAN',
-# "JOBS",
+ 'JOBS',
'PKG_DIR',
- 'SBO_HOME'
+ 'SBO_HOME',
);
our %config;
@@ -551,7 +551,7 @@ sub sb_compat32 {
}
my @symlinks = create_symlinks ($location,@downloads);
prep_sbo_file ($sbo,$location);
- perform_sbo ($sbo,$location,$arch,1,1);
+ perform_sbo ($jobs,$sbo,$location,$arch,1,1);
my $pkg = get_pkg_name ($sbo,$version,'FALSE');
my $cmd = '/usr/sbin/convertpkg-compat32';
my @args = ('-i',"$pkg",'-d','/tmp');