diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:47:54 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:47:54 +0000 |
commit | abbcbee666709e36318a7e6b470f57d434564405 (patch) | |
tree | e541ac999f1a2e6395af54876fdba0019bdd64cb /x11-plugins/asclock | |
parent | DESCRIPTION is 112 characters, quoting (diff) | |
download | gentoo-2-abbcbee666709e36318a7e6b470f57d434564405.tar.gz gentoo-2-abbcbee666709e36318a7e6b470f57d434564405.tar.bz2 gentoo-2-abbcbee666709e36318a7e6b470f57d434564405.zip |
quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/asclock')
-rw-r--r-- | x11-plugins/asclock/asclock-2.0.12-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/asclock/asclock-2.0.12-r1.ebuild b/x11-plugins/asclock/asclock-2.0.12-r1.ebuild index 03297fbb0789..39e1f244c393 100644 --- a/x11-plugins/asclock/asclock-2.0.12-r1.ebuild +++ b/x11-plugins/asclock/asclock-2.0.12-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild,v 1.5 2006/12/08 00:01:45 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild,v 1.6 2008/06/29 13:47:54 drac Exp $ inherit eutils toolchain-funcs @@ -56,7 +56,7 @@ src_install() { insinto ${themesdir} doins -r themes/* dodoc README README.THEMES TODO - cd ${D}/${themesdir} + cd "${D}"/${themesdir} rm -f Freeamp/Makefile{,.*} ln -s classic default_theme } |