summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-11 01:23:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-11 01:23:43 +0000
commit6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f (patch)
treed9c6661d2d218095e4e9c4adcc7e30e96716cb6c /media-sound/cm/cm-2.4.0.ebuild
parentAdded dvdr USE flag as discussed on gentoo-dev@ (diff)
downloadgentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.tar.gz
gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.tar.bz2
gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.zip
repoman: fix leading whitespace
Diffstat (limited to 'media-sound/cm/cm-2.4.0.ebuild')
-rw-r--r--media-sound/cm/cm-2.4.0.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/cm/cm-2.4.0.ebuild b/media-sound/cm/cm-2.4.0.ebuild
index 5e4bddbdbbb8..d24d63816e43 100644
--- a/media-sound/cm/cm-2.4.0.ebuild
+++ b/media-sound/cm/cm-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.0.ebuild,v 1.4 2003/09/08 07:09:44 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.0.ebuild,v 1.5 2003/09/11 01:21:31 msterret Exp $
DESCRIPTION="Common Music: An object oriented music composition environment in LISP/scheme"
HOMEPAGE="http://www-ccrma.stanford.edu/software/cm/doc/cm.html"
@@ -36,8 +36,8 @@ src_install() {
}
pkg_postinst() {
- # when the package is first run it generates the cm script
- # that will load the necessary source files into guile when run
+ # when the package is first run it generates the cm script
+ # that will load the necessary source files into guile when run
guile -c "(load \"/usr/share/cm/src/cm.scm\")"
ln /usr/share/cm/bin/cm /usr/bin/cm
chmod +x /usr/bin/cm
@@ -47,7 +47,7 @@ pkg_prerm() {
if [ -e /usr/bin/cm ]; then
rm /usr/bin/cm
fi
- if [ -e /usr/share/cm/bin ]; then
- rm -rf /usr/share/cm/bin
- fi
+ if [ -e /usr/share/cm/bin ]; then
+ rm -rf /usr/share/cm/bin
+ fi
}