diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-16 11:36:45 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-16 11:36:45 +0000 |
commit | 7bf50043af7cfc78a16641874935f3b022b0eadf (patch) | |
tree | 43355915fd036a6a52dcd350667058890e2fd318 /media-libs/SoQt | |
parent | Added "Usage" chapter (diff) | |
download | historical-7bf50043af7cfc78a16641874935f3b022b0eadf.tar.gz historical-7bf50043af7cfc78a16641874935f3b022b0eadf.tar.bz2 historical-7bf50043af7cfc78a16641874935f3b022b0eadf.zip |
Various install bug fixes
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/SoQt-20010215.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/SoQt/SoQt-20010215.ebuild b/media-libs/SoQt/SoQt-20010215.ebuild index ce62b995da0b..991a82ebbf32 100644 --- a/media-libs/SoQt/SoQt-20010215.ebuild +++ b/media-libs/SoQt/SoQt-20010215.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010215.ebuild,v 1.2 2001/05/09 10:21:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010215.ebuild,v 1.3 2001/05/16 11:36:45 achim Exp $ A=${P}.tar.gz @@ -24,7 +24,7 @@ src_compile() { src_install () { - try make prefix=${D}/usr/X11R6 install + try make DESTDIR=${D} install dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README* docinto txt dodoc docs/qtcomponents.doxygen |