diff options
author | 2000-12-19 00:44:03 +0000 | |
---|---|---|
committer | 2000-12-19 00:44:03 +0000 | |
commit | 530b4abbf57db1ccd44eccb87a989a039a10fa80 (patch) | |
tree | 03744f5b724882873125b753c20cd25b30c9821f /sys-devel/m4 | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-530b4abbf57db1ccd44eccb87a989a039a10fa80.tar.gz gentoo-2-530b4abbf57db1ccd44eccb87a989a039a10fa80.tar.bz2 gentoo-2-530b4abbf57db1ccd44eccb87a989a039a10fa80.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/m4')
-rw-r--r-- | sys-devel/m4/m4-1.4o-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/m4/m4-1.4o-r1.ebuild b/sys-devel/m4/m4-1.4o-r1.ebuild index 85d992c0f321..f09951e4af8c 100644 --- a/sys-devel/m4/m4-1.4o-r1.ebuild +++ b/sys-devel/m4/m4-1.4o-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4o-r1.ebuild,v 1.4 2000/11/30 23:15:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4o-r1.ebuild,v 1.5 2000/12/19 00:44:03 achim Exp $ P=m4-1.4o A=${P}.tar.gz @@ -19,7 +19,7 @@ src_compile() { src_install() { cd ${S} - try make DESTDIR=${D} install + try make prefix=${D}/usr install rm -rf ${D}/usr/include ${D}/usr/lib dodoc AUTHORS BACKLOG ChangeLog COPYING NEWS README* THANKS TODO docinto modules |