diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-25 16:17:42 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-25 16:17:42 +0000 |
commit | 79bda9a8f5ae10597e6f73f4f413a3cf62405b79 (patch) | |
tree | 3fec23cb378f46a66edab980d6b8a200d0514312 /x11-libs | |
parent | Added 10xfree enviromentsettings file (diff) | |
download | historical-79bda9a8f5ae10597e6f73f4f413a3cf62405b79.tar.gz historical-79bda9a8f5ae10597e6f73f4f413a3cf62405b79.tar.bz2 historical-79bda9a8f5ae10597e6f73f4f413a3cf62405b79.zip |
*** empty log message ***
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-x11/qt-x11-2.2.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/qt-x11/qt-x11-2.2.3.ebuild b/x11-libs/qt-x11/qt-x11-2.2.3.ebuild index ddf086ad24ea..479d99a596fb 100644 --- a/x11-libs/qt-x11/qt-x11-2.2.3.ebuild +++ b/x11-libs/qt-x11/qt-x11-2.2.3.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/x11-libs/qt-x11/qt-x11-2.2.3.ebuild,v 1.2 2000/12/23 09:15:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.2.3.ebuild,v 1.3 2000/12/25 16:17:42 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/qt-${PV} @@ -67,6 +67,8 @@ src_install() { dodoc ANNOUNCE FAQ LICENSE.QPL MANIFEST PLATFORMS dodoc PORTING README* cp -af ${S}/doc/html ${D}/usr/doc/${P} + insinto /etc/env.d + doins ${FILESDIR}/15qt } |