diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:53:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:53:17 +0000 |
commit | 8ec6fe700fee178a4037f7babed95540bfafa5bd (patch) | |
tree | c328a5110470d584ec015625fe24a7ca34a26905 /x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | |
parent | Quoting (diff) | |
download | gentoo-2-8ec6fe700fee178a4037f7babed95540bfafa5bd.tar.gz gentoo-2-8ec6fe700fee178a4037f7babed95540bfafa5bd.tar.bz2 gentoo-2-8ec6fe700fee178a4037f7babed95540bfafa5bd.zip |
Quoting, COPYING
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild')
-rw-r--r-- | x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild index 078d3bc80d0f..5f447f3d071e 100644 --- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild +++ b/x11-themes/commonbox-styles/commonbox-styles-0.6.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/commonbox-styles/commonbox-styles-0.6.ebuild,v 1.20 2008/02/03 15:35:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild,v 1.21 2010/02/24 14:53:17 ssuominen Exp $ IUSE="" DESCRIPTION="Common styles for fluxbox, blackbox, and openbox." @@ -14,14 +14,14 @@ KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" RDEPEND="|| ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )" -src_install () { +src_install() { insinto /usr/share/commonbox/backgrounds - doins ${S}/backgrounds/* + doins "${S}"/backgrounds/* insinto /usr/share/commonbox/styles - doins ${S}/styles/* + doins "${S}"/styles/* - dodoc README.commonbox-styles COPYING STYLES.authors + dodoc README.commonbox-styles STYLES.authors } |