diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:53:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:53:46 +0000 |
commit | 8b84ea736b4e874f128af3989291582aaf4cd369 (patch) | |
tree | 0c558eb428e53efeeab65c7b982add6d952ac49c /x11-themes | |
parent | Quoting, COPYING (diff) | |
download | gentoo-2-8b84ea736b4e874f128af3989291582aaf4cd369.tar.gz gentoo-2-8b84ea736b4e874f128af3989291582aaf4cd369.tar.bz2 gentoo-2-8b84ea736b4e874f128af3989291582aaf4cd369.zip |
Quoting
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild index 00d689da3f46..8a1dbee0612c 100644 --- a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild +++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.23 2008/12/21 00:41:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.24 2010/02/24 14:53:46 ssuominen Exp $ MY_P="5532-BlueGlass-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -19,8 +19,8 @@ DEPEND="${RDEPEND}" # use the directory 'Blue'. src_install() { dodir /usr/share/cursors/xorg-x11/Blue/cursors/ - cp -R ${WORKDIR}/${MY_P:5}/Blue/cursors ${D}/usr/share/cursors/xorg-x11/Blue/ || die - dodoc ${WORKDIR}/${MY_P:5}/README + cp -R "${WORKDIR}"/${MY_P:5}/Blue/cursors "${D}"/usr/share/cursors/xorg-x11/Blue/ || die + dodoc "${WORKDIR}"/${MY_P:5}/README } pkg_postinst() { |