--- eclass/perl-module.eclass 2002/07/29 17:34:12 1.16 +++ eclass/perl-module.eclass 2002/08/05 20:53:56 1.17 @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Seemant Kulleen -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.16 2002/07/29 17:34:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.17 2002/08/05 20:53:56 mcummings Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. @@ -20,7 +20,8 @@ perl-module_src_prep() { SRC_PREP="yes" - perl Makefile.PL ${myconf} + perl Makefile.PL ${myconf} \ + PREFIX=${D}/usr } perl-module_src_compile() {