diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:52:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:52:43 +0000 |
commit | b2977d7b5a138742fc353ab2d4085425636950fe (patch) | |
tree | c0c1c0a74c3a855ff75b5b9f227fca80372cdb7f /x11-themes/fvwm_sounds | |
parent | added small patch to fix build on interix (diff) | |
download | gentoo-2-b2977d7b5a138742fc353ab2d4085425636950fe.tar.gz gentoo-2-b2977d7b5a138742fc353ab2d4085425636950fe.tar.bz2 gentoo-2-b2977d7b5a138742fc353ab2d4085425636950fe.zip |
Quoting
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/fvwm_sounds')
-rw-r--r-- | x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild index e41fc5391d2f..05349d1e050f 100644 --- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild +++ b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.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/fvwm_sounds/fvwm_sounds-1.0.ebuild,v 1.17 2006/08/18 02:26:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild,v 1.18 2010/02/24 14:52:43 ssuominen Exp $ S=${WORKDIR} DESCRIPTION="Sounds for use with FVWM" @@ -15,5 +15,5 @@ LICENSE="GPL-2 FVWM" src_install () { dodir /usr/share/sounds/fvwm insinto /usr/share/sounds/fvwm - doins ${S}/* + doins "${S}"/* } |