diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-27 17:27:20 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-27 17:27:20 +0000 |
commit | 60c15a0cdadffca4d7be9eb27ca3ba60d6cc3a63 (patch) | |
tree | 276c2940bcc938019d6e98367cc776be847ef77c /sys-devel/flex | |
parent | Now uses USE nls static build (diff) | |
download | gentoo-2-60c15a0cdadffca4d7be9eb27ca3ba60d6cc3a63.tar.gz gentoo-2-60c15a0cdadffca4d7be9eb27ca3ba60d6cc3a63.tar.bz2 gentoo-2-60c15a0cdadffca4d7be9eb27ca3ba60d6cc3a63.zip |
Now uses USE static build
Diffstat (limited to 'sys-devel/flex')
-rw-r--r-- | sys-devel/flex/flex-2.5.4a-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/flex/flex-2.5.4a-r3.ebuild b/sys-devel/flex/flex-2.5.4a-r3.ebuild index b26dc0dc6b05..602e1c46edd6 100644 --- a/sys-devel/flex/flex-2.5.4a-r3.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r3.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r3.ebuild,v 1.1 2001/02/27 15:41:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r3.ebuild,v 1.2 2001/02/27 17:27:20 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/flex-2.5.4 @@ -34,7 +34,7 @@ src_install() { then dodoc COPYING NEWS README else - rm -rf ${D}/usr/share/man ${D}/usr/include ${D}/usr/lib + rm -rf ${D}/usr/share ${D}/usr/include ${D}/usr/lib fi } |