diff options
Diffstat (limited to 'lib/MDV/Distribconf.pm')
-rw-r--r-- | lib/MDV/Distribconf.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm index 52fe2d3..4111f98 100644 --- a/lib/MDV/Distribconf.pm +++ b/lib/MDV/Distribconf.pm @@ -508,6 +508,7 @@ sub getfullpath { my $path = $distrib->getpath(@_) or return; return $distrib->getpath(undef, 'root') . '/' . $path; } + =head2 $distrib->getfullmediapath($media, $var) This function does the same than getpath except it return the path proper |