diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-28 13:30:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-28 13:30:35 +0000 |
commit | fb9b1db62ad43f0669592101a96928e185c5b05b (patch) | |
tree | 7b7c1bfd3e6568857a92ff3053e6a58b2dc71c6b /x11-libs/qt-opengl | |
parent | correct installation inside prefix (diff) | |
download | gentoo-2-fb9b1db62ad43f0669592101a96928e185c5b05b.tar.gz gentoo-2-fb9b1db62ad43f0669592101a96928e185c5b05b.tar.bz2 gentoo-2-fb9b1db62ad43f0669592101a96928e185c5b05b.zip |
correct installation inside prefix
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r-- | x11-libs/qt-opengl/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog index 2253e36e5b38..a203bbc7800a 100644 --- a/x11-libs/qt-opengl/ChangeLog +++ b/x11-libs/qt-opengl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-opengl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.100 2012/02/05 13:02:29 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.101 2012/02/28 13:30:35 jlec Exp $ + + 28 Feb 2012; Justin Lecher <jlec@gentoo.org> qt-opengl-4.8.0-r2.ebuild: + correct installation inside prefix *qt-opengl-4.8.0-r2 (05 Feb 2012) diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild index e417d4a6a3b3..6d8802614f8b 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild,v 1.1 2012/02/05 13:02:29 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.0-r2.ebuild,v 1.2 2012/02/28 13:30:35 jlec Exp $ EAPI="3" inherit qt4-build @@ -50,8 +50,8 @@ src_install() { qt4-build_src_install #touch the available graphics systems - mkdir -p "${D}/usr/share/qt4/graphicssystems/" || - die "could not create ${D}/usr/share/qt4/graphicssystems/" - echo "experimental" > "${D}/usr/share/qt4/graphicssystems/opengl" || - die "could not touch ${D}/usr/share/qt4/graphicssystems/opengl" + mkdir -p "${ED}/usr/share/qt4/graphicssystems/" || + die "could not create ${ED}/usr/share/qt4/graphicssystems/" + echo "experimental" > "${ED}/usr/share/qt4/graphicssystems/opengl" || + die "could not touch ${ED}/usr/share/qt4/graphicssystems/opengl" } |