summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-03 13:10:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-03 13:10:07 +0000
commitfba6782fa2987b0d9ec79fe73167ba94c23e7e53 (patch)
tree0f3d9f8795355f50b2adea7b5c3d42638bb31365 /media-sound/cm
parentMove sed to src_prepare (diff)
downloadhistorical-fba6782fa2987b0d9ec79fe73167ba94c23e7e53.tar.gz
historical-fba6782fa2987b0d9ec79fe73167ba94c23e7e53.tar.bz2
historical-fba6782fa2987b0d9ec79fe73167ba94c23e7e53.zip
Workaround invalid repoman warning
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-sound/cm')
-rw-r--r--media-sound/cm/cm-2.10.0-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/cm/cm-2.10.0-r1.ebuild b/media-sound/cm/cm-2.10.0-r1.ebuild
index a4245c26e4bb..190706770e55 100644
--- a/media-sound/cm/cm-2.10.0-r1.ebuild
+++ b/media-sound/cm/cm-2.10.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/cm/cm-2.10.0-r1.ebuild,v 1.4 2008/08/25 16:51:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.10.0-r1.ebuild,v 1.5 2009/08/03 13:08:22 ssuominen Exp $
inherit elisp-common
@@ -28,7 +28,7 @@ RDEPEND="${DEPEND}"
IUSE="doc emacs test"
-S="${WORKDIR}/${PN}"
+S=${WORKDIR}/${PN}
SITEFILE=50${PN}-gentoo.el
@@ -91,8 +91,8 @@ src_test() {
src_install() {
insinto /usr/share/${PN}/
- for dir in "bin etc src"; do
- doins -r ${dir}
+ for cmdir in "bin etc src"; do
+ doins -r ${cmdir}
done;
doins cm.asd
chmod +x "${D}"/usr/share/${PN}/bin/cm.sh