Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57677 | Differences between
and this patch

Collapse All | Expand All

(-)eclass.orig/perl-module.eclass (-1 / +1 lines)
Lines 49-55 Link Here
49
		perl ${S}/Build.PL installdirs=vendor destdir=${D}
49
		perl ${S}/Build.PL installdirs=vendor destdir=${D}
50
	else
50
	else
51
		perl Makefile.PL ${myconf} \
51
		perl Makefile.PL ${myconf} \
52
		PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}
52
		INSTALLDIRS=vendor DESTDIR=${D}
53
	fi
53
	fi
54
}
54
}
55
55

Return to bug 57677