diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:55:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:55:36 +0000 |
commit | b9ecdd93e0c11055e1da727f4ff2a386f09644cd (patch) | |
tree | 1fb766784ff73d495c9ec061351a9db1986785fe /x11-themes/audacious-themes | |
parent | Quoting (diff) | |
download | gentoo-2-b9ecdd93e0c11055e1da727f4ff2a386f09644cd.tar.gz gentoo-2-b9ecdd93e0c11055e1da727f4ff2a386f09644cd.tar.bz2 gentoo-2-b9ecdd93e0c11055e1da727f4ff2a386f09644cd.zip |
Quoting
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/audacious-themes')
-rw-r--r-- | x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild | 8 | ||||
-rw-r--r-- | x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild b/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild index 9fc87ee51683..88fd3f55afa6 100644 --- a/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild +++ b/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/audacious-themes/audacious-themes-0.0.3.ebuild,v 1.9 2007/11/21 13:39:15 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild,v 1.10 2010/02/24 14:55:36 ssuominen Exp $ DESCRIPTION="Collection of XMMS themes for Audacious" HOMEPAGE="http://www.xmms.org" @@ -117,10 +117,10 @@ src_unpack() { for i in ${SRC_URI} ; do bn=`basename $i` if [ -n "`echo ${bn} | grep '\.zip'`" ] ; then - cp ${DISTDIR}/${bn} . + cp "${DISTDIR}"/${bn} . else if [ -n "`echo ${bn} | grep '\.wsz'`" ] ; then - cp ${DISTDIR}/${bn} . + cp "${DISTDIR}"/${bn} . else unpack ${bn} fi diff --git a/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild b/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild index 10436e8c46f1..9eed7b909eb2 100644 --- a/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild +++ b/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/audacious-themes/audacious-themes-0.0.4.ebuild,v 1.7 2009/06/02 20:12:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild,v 1.8 2010/02/24 14:55:36 ssuominen Exp $ DESCRIPTION="Collection of XMMS themes for Audacious" HOMEPAGE="http://www.xmms.org" @@ -118,10 +118,10 @@ src_unpack() { for i in ${SRC_URI} ; do bn=`basename $i` if [ -n "`echo ${bn} | grep '\.zip'`" ] ; then - cp ${DISTDIR}/${bn} . + cp "${DISTDIR}"/${bn} . else if [ -n "`echo ${bn} | grep '\.wsz'`" ] ; then - cp ${DISTDIR}/${bn} . + cp "${DISTDIR}"/${bn} . else unpack ${bn} fi |