make sure print_parent gets the correct path
This commit is contained in:
parent
9e0baea9dc
commit
7238b18cc3
@ -1,5 +1,5 @@
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Fetch.pm,v 1.17 2011/10/15 10:35:41 espie Exp $
|
||||
# $OpenBSD: Fetch.pm,v 1.18 2011/11/06 16:56:23 espie Exp $
|
||||
#
|
||||
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -81,6 +81,12 @@ sub fullpkgpath
|
||||
return shift->{path}->fullpkgpath;
|
||||
}
|
||||
|
||||
sub print_parent
|
||||
{
|
||||
my ($self, $fh) = @_;
|
||||
$self->{path}->print_parent($fh);
|
||||
}
|
||||
|
||||
sub pkgpath_and_flavors
|
||||
{
|
||||
return shift->{path}->pkgpath_and_flavors;
|
||||
|
Loading…
Reference in New Issue
Block a user