diff options
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index aa9bfc38b598..e0499359bfbc 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.161 2008/02/28 21:57:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.162 2008/02/29 22:54:11 ulm Exp $ + + 29 Feb 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild: + Fix installation of demos. Thanks to fmccor for pointing this out. 28 Feb 2008; Markus Meier <maekke@gentoo.org> openmotif-2.3.0-r1.ebuild: x86 stable, bug #211696 diff --git a/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild b/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild index b34832244e36..dc975097acf8 100644 --- a/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.10 2008/02/28 21:57:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.11 2008/02/29 22:54:11 ulm Exp $ inherit eutils flag-o-matic multilib autotools @@ -105,6 +105,8 @@ src_install() { dosym /etc/X11/mwm/system.mwmrc /usr/$(get_libdir)/X11/ if use examples ; then + emake -j1 -C demos DESTDIR="${D}" install-data \ + || die "installation of demos failed" dodir /usr/share/doc/${PF}/demos mv "${D}"/usr/share/Xm/* "${D}"/usr/share/doc/${PF}/demos fi |