diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-06-01 21:58:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-06-01 21:58:08 +0000 |
commit | 835cc40f8a4e6a68d8cecc559caf6096d5ca6c46 (patch) | |
tree | e8721fee2414d41a2a0a082b4f42923273ae57f4 /media-sound | |
parent | Add ~alpha wrt #176268 (diff) | |
download | gentoo-2-835cc40f8a4e6a68d8cecc559caf6096d5ca6c46.tar.gz gentoo-2-835cc40f8a4e6a68d8cecc559caf6096d5ca6c46.tar.bz2 gentoo-2-835cc40f8a4e6a68d8cecc559caf6096d5ca6c46.zip |
Install file lilypond-words.el too.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lilypond/lilypond-2.10.25-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/lilypond/lilypond-2.10.25-r1.ebuild b/media-sound/lilypond/lilypond-2.10.25-r1.ebuild index df0e60f13b3d..a1a03ece9bc5 100644 --- a/media-sound/lilypond/lilypond-2.10.25-r1.ebuild +++ b/media-sound/lilypond/lilypond-2.10.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.10.25-r1.ebuild,v 1.1 2007/06/01 12:53:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.10.25-r1.ebuild,v 1.2 2007/06/01 21:58:08 ulm Exp $ inherit eutils autotools versionator toolchain-funcs elisp-common @@ -100,10 +100,11 @@ src_install () { # fi # remove elisp files since they are in the wrong directory - rm -r ${D}/usr/share/emacs + rm -r "${D}"/usr/share/emacs if use emacs; then - elisp-install ${PN} elisp/*.{el,elc} || die "elisp-install failed" + elisp-install ${PN} elisp/*.{el,elc} elisp/out/*.el \ + || die "elisp-install failed" elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el fi |