Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 17689
Collapse All | Expand All

(-)g-cpan.pl.orig (+2 lines)
Lines 294-299 Link Here
294
294
295
    $OVERLAY_DIR=qx(/usr/lib/portage/bin/portageq portdir_overlay);
295
    $OVERLAY_DIR=qx(/usr/lib/portage/bin/portageq portdir_overlay);
296
    $PORTAGE_DIR=qx(/usr/lib/portage/bin/portageq portdir);
296
    $PORTAGE_DIR=qx(/usr/lib/portage/bin/portageq portdir);
297
    chomp $OVERLAY_DIR;
298
    chomp $PORTAGE_DIR;
297
    
299
    
298
    unless ( length $OVERLAY_DIR && -d $OVERLAY_DIR ) {
300
    unless ( length $OVERLAY_DIR && -d $OVERLAY_DIR ) {
299
        $OVERLAY_DIR = "";
301
        $OVERLAY_DIR = "";

Return to bug 17689