diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:52:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:52:11 +0000 |
commit | 53f911d9d84b63a934e6636aabaf92cf24a31dff (patch) | |
tree | 6af5c8ff8cf63f84955c199d2fcebf15a782c601 /x11-themes | |
parent | Redudant cd S statement (diff) | |
download | gentoo-2-53f911d9d84b63a934e6636aabaf92cf24a31dff.tar.gz gentoo-2-53f911d9d84b63a934e6636aabaf92cf24a31dff.tar.bz2 gentoo-2-53f911d9d84b63a934e6636aabaf92cf24a31dff.zip |
Quoting
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild index 48b926c07ec7..37e2ac6c8303 100644 --- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild +++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/fvwm_icons/fvwm_icons-1.0.ebuild,v 1.15 2007/08/07 11:53:22 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild,v 1.16 2010/02/24 14:52:11 ssuominen Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Icons for use with FVWM" @@ -15,5 +15,5 @@ LICENSE="GPL-2 FVWM" src_install () { dodir /usr/share/icons/fvwm insinto /usr/share/icons/fvwm - doins ${S}/* + doins "${S}"/* } |