diff options
author | 2001-02-27 17:27:20 +0000 | |
---|---|---|
committer | 2001-02-27 17:27:20 +0000 | |
commit | 1bc5ace5ed7f02a0628bbd9415d3ac8d95ce1dda (patch) | |
tree | 304d3c0426c0accc8c605b94d7cb179cb3bf0262 /sys-devel/flex | |
parent | Now uses USE nls static build (diff) | |
download | historical-1bc5ace5ed7f02a0628bbd9415d3ac8d95ce1dda.tar.gz historical-1bc5ace5ed7f02a0628bbd9415d3ac8d95ce1dda.tar.bz2 historical-1bc5ace5ed7f02a0628bbd9415d3ac8d95ce1dda.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 } |