diff options
author | 2010-02-24 14:56:41 +0000 | |
---|---|---|
committer | 2010-02-24 14:56:41 +0000 | |
commit | 75973cd86851d2948a302f3dd65719d6143fdd49 (patch) | |
tree | 6df8388462701940ccf0009fb78e2efeee69bae6 /x11-themes/fvwm_sounds | |
parent | Quoting, COPYING (diff) | |
download | historical-75973cd86851d2948a302f3dd65719d6143fdd49.tar.gz historical-75973cd86851d2948a302f3dd65719d6143fdd49.tar.bz2 historical-75973cd86851d2948a302f3dd65719d6143fdd49.zip |
Quoting
Package-Manager: portage-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}"/* } |