diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-18 12:31:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-18 12:31:06 +0000 |
commit | 00f34ffccb7a534966bbc72bd1256b3a84005883 (patch) | |
tree | cfec64f73e0d11dd2b74e2841a70061c2a664411 /sys-devel | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-00f34ffccb7a534966bbc72bd1256b3a84005883.tar.gz gentoo-2-00f34ffccb7a534966bbc72bd1256b3a84005883.tar.bz2 gentoo-2-00f34ffccb7a534966bbc72bd1256b3a84005883.zip |
Disabled build of a shared libintl till we can test all packages if they use the
shared lib
Fixed installation of html documentation
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/gettext-0.10.38.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.10.38.ebuild b/sys-devel/gettext/gettext-0.10.38.ebuild index 203629493da9..6f1fe55773cf 100644 --- a/sys-devel/gettext/gettext-0.10.38.ebuild +++ b/sys-devel/gettext/gettext-0.10.38.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/gettext/gettext-0.10.38.ebuild,v 1.2 2001/06/18 12:24:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.10.38.ebuild,v 1.3 2001/06/18 12:31:06 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -32,7 +32,10 @@ src_install() { lispdir=${D}/usr/share/emacs/site-lisp install dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO - + if [ -d ${D}/usr/doc/gettext ] ; then + mv ${D}/usr/doc/gettext ${D}/usr/share/doc/${PF}/html + rm -rf ${D}/usr/doc + fi exeopts -m0755 exeinto /usr/bin doexe misc/gettextize |