summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2007-10-24 18:39:26 +0000
committerHanno Böck <hanno@gentoo.org>2007-10-24 18:39:26 +0000
commitd8ccfabebe3daa9ef9544d361cdf4746e6424512 (patch)
tree7ecbd052c1df83b5bb566cdad801f64b8320833f /x11-themes/emerald-themes
parentx86 stable, bug #196608 (diff)
downloadgentoo-2-d8ccfabebe3daa9ef9544d361cdf4746e6424512.tar.gz
gentoo-2-d8ccfabebe3daa9ef9544d361cdf4746e6424512.tar.bz2
gentoo-2-d8ccfabebe3daa9ef9544d361cdf4746e6424512.zip
revert wrong removal of src_install
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-themes/emerald-themes')
-rw-r--r--x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild b/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild
index fb0339860dbf..867f47835fb5 100644
--- a/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild
+++ b/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild,v 1.2 2007/10/24 10:46:17 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild,v 1.3 2007/10/24 18:39:26 hanno Exp $
DESCRIPTION="Emerald window decorator themes"
HOMEPAGE="http://compiz-fusion.org"
@@ -11,3 +11,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="x11-wm/emerald"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+}