summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-03 13:08:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-03 13:08:52 +0000
commita2d53ef24354698d7c697ba6f4f6037a871f6b67 (patch)
tree8ac7079a7d44ddebc0b0bb437d40e41f5719cbf7 /media-sound/rcenter
parentWorkaround invalid repoman warning (diff)
downloadgentoo-2-a2d53ef24354698d7c697ba6f4f6037a871f6b67.tar.gz
gentoo-2-a2d53ef24354698d7c697ba6f4f6037a871f6b67.tar.bz2
gentoo-2-a2d53ef24354698d7c697ba6f4f6037a871f6b67.zip
Quoting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/rcenter')
-rw-r--r--media-sound/rcenter/rcenter-0.6.2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-sound/rcenter/rcenter-0.6.2.ebuild b/media-sound/rcenter/rcenter-0.6.2.ebuild
index 21043add97eb..1ce0cd636245 100644
--- a/media-sound/rcenter/rcenter-0.6.2.ebuild
+++ b/media-sound/rcenter/rcenter-0.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rcenter/rcenter-0.6.2.ebuild,v 1.14 2007/07/11 19:30:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rcenter/rcenter-0.6.2.ebuild,v 1.15 2009/08/03 13:08:52 ssuominen Exp $
inherit eutils toolchain-funcs
@@ -17,8 +17,7 @@ KEYWORDS="amd64 -sparc x86"
src_unpack() {
unpack ${A}
- cd ${S}
-
+ cd "${S}"
epatch "${FILESDIR}/${P}-makefile.patch"
}
@@ -30,8 +29,8 @@ src_install() {
chmod 755 rcenter
dobin rcenter
dodir /usr/share/rcenter
- cp -R config ${D}/usr/share/rcenter/
- dodoc HISTORY LICENSE README
+ cp -R config "${D}"/usr/share/rcenter/
+ dodoc HISTORY README
}
pkg_postinst() {