diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:56:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:56:41 +0000 |
commit | 0041c2402827a3747b8f89fb209266c7eb0b49b5 (patch) | |
tree | f26e54c3b95394d77a092660bc91a2c7057974c5 /x11-themes/golden-xcursors | |
parent | Quoting (diff) | |
download | gentoo-2-0041c2402827a3747b8f89fb209266c7eb0b49b5.tar.gz gentoo-2-0041c2402827a3747b8f89fb209266c7eb0b49b5.tar.bz2 gentoo-2-0041c2402827a3747b8f89fb209266c7eb0b49b5.zip |
Quoting
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/golden-xcursors')
-rw-r--r-- | x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild index 75fff73fb7f6..a9cf4c50508b 100644 --- a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild +++ b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild,v 1.21 2006/01/03 21:14:28 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild,v 1.22 2010/02/24 14:56:41 ssuominen Exp $ MY_P="5507-Golden-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -17,8 +17,8 @@ DEPEND="${RDEPEND}" src_install() { dodir /usr/share/cursors/xorg-x11/Gold/cursors/ - cp -R ${WORKDIR}/${MY_P:5}/Gold/cursors ${D}/usr/share/cursors/xorg-x11/Gold/ || die - dodoc ${WORKDIR}/${MY_P:5}/README + cp -R "${WORKDIR}"/${MY_P:5}/Gold/cursors "${D}"/usr/share/cursors/xorg-x11/Gold/ || die + dodoc "${WORKDIR}"/${MY_P:5}/README } pkg_postinst() { |