diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-10-10 23:41:52 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-10-10 23:41:52 +0000 |
commit | 27a2013634b7b319b68715a36840a3f729b7737d (patch) | |
tree | 511f09b2705dbd8e3261a2b5cb47d6d8aff88219 /x11-themes/tango-icon-theme | |
parent | stable ppc, bug #195254 (diff) | |
download | gentoo-2-27a2013634b7b319b68715a36840a3f729b7737d.tar.gz gentoo-2-27a2013634b7b319b68715a36840a3f729b7737d.tar.bz2 gentoo-2-27a2013634b7b319b68715a36840a3f729b7737d.zip |
Fixed quoting.
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-themes/tango-icon-theme')
-rw-r--r-- | x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild index e76da998f8fe..9defb09bd7c8 100644 --- a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild +++ b/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.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/tango-icon-theme/tango-icon-theme-0.8.1.ebuild,v 1.4 2007/10/10 23:38:06 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild,v 1.5 2007/10/10 23:41:52 pylon Exp $ inherit eutils gnome2-utils @@ -39,7 +39,7 @@ src_compile() { src_install() { addwrite "/root/.gnome2" - emake DESTDIR=${D} install || die "emake install failed." + emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README } |