summaryrefslogtreecommitdiff
path: root/lib/SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SlackBuild')
-rw-r--r--lib/SlackBuild/Rc.pm2
-rw-r--r--lib/SlackBuild/Request.pm3
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/SlackBuild/Rc.pm b/lib/SlackBuild/Rc.pm
index c4e5a5f..868e4f5 100644
--- a/lib/SlackBuild/Rc.pm
+++ b/lib/SlackBuild/Rc.pm
@@ -35,7 +35,7 @@ sub resolve {
my ($self, $reg) = @_;
my @packages;
my @unresolved;
- foreach my $pkg (@{$self->builder->prereq}) {
+ foreach my $pkg (@{$self->builder->prereq_full}) {
my %q;
if (ref($pkg) eq 'HASH') {
%q = %$pkg;
diff --git a/lib/SlackBuild/Request.pm b/lib/SlackBuild/Request.pm
index 8fa831b..581d739 100644
--- a/lib/SlackBuild/Request.pm
+++ b/lib/SlackBuild/Request.pm
@@ -143,6 +143,9 @@ my %attributes = (
type => 'ARRAY',
strategy => 'merge'
},
+ build_prereq => {
+ type => 'ARRAY',
+ },
rc => {
type => 'ARRAY',
},

Return to:

Send suggestions and report system problems to the System administrator.