diff options
author | 2004-03-23 06:41:39 +0000 | |
---|---|---|
committer | 2004-03-23 06:41:39 +0000 | |
commit | 0324a45898343c8965441ed2c400d01a5ee3e0f0 (patch) | |
tree | f44656fac25483e792889700b04809fec3e1f457 /media-sound/cm/cm-2.4.2.ebuild | |
parent | HOMEPAGE update closes bug #4528. (diff) | |
download | historical-0324a45898343c8965441ed2c400d01a5ee3e0f0.tar.gz historical-0324a45898343c8965441ed2c400d01a5ee3e0f0.tar.bz2 historical-0324a45898343c8965441ed2c400d01a5ee3e0f0.zip |
Using keepdir to fix bug #45361.
Diffstat (limited to 'media-sound/cm/cm-2.4.2.ebuild')
-rw-r--r-- | media-sound/cm/cm-2.4.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/cm/cm-2.4.2.ebuild b/media-sound/cm/cm-2.4.2.ebuild index c9bb05954f1d..c2596c494c0b 100644 --- a/media-sound/cm/cm-2.4.2.ebuild +++ b/media-sound/cm/cm-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2.ebuild,v 1.2 2004/03/19 23:27:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.2.ebuild,v 1.3 2004/03/23 06:40:07 eradicator Exp $ DESCRIPTION="Common Music: An object oriented music composition environment in LISP/scheme" HOMEPAGE="http://commonmusic.sourceforge.net" @@ -16,8 +16,7 @@ DEPEND=">=dev-util/guile-1.6.4" src_install() { dodir /usr/share/${PN} # the installer part needs the bin dir created - dodir /usr/share/${PN}/bin - touch ${D}/usr/share/${PN}/bin/.keep + keepdir /usr/share/${PN}/bin dodir /usr/share/${PN}/src insinto /usr/share/${PN}/src doins ${S}/src/* |