summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-24 14:53:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-24 14:53:17 +0000
commit78dde60eb956b7265855965af7c429fba0fa0b7f (patch)
treecd1945f46246ca00eda74c4ea1175d249b741a4c /x11-themes/commonbox-styles
parentadded small patch to fix build on interix (diff)
downloadhistorical-78dde60eb956b7265855965af7c429fba0fa0b7f.tar.gz
historical-78dde60eb956b7265855965af7c429fba0fa0b7f.tar.bz2
historical-78dde60eb956b7265855965af7c429fba0fa0b7f.zip
Quoting, COPYING
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/commonbox-styles')
-rw-r--r--x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild12
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
}