summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild6
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}"/*
}