diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-09-24 11:07:36 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-09-24 11:07:36 +0000 |
commit | 04a7dee29c0cb92bf832c8b25cac49304d4ed7e6 (patch) | |
tree | 1f03ebed6d19dac41e166c84752ee3ceb67ede32 /media-sound/lilypond/lilypond-2.10.33.ebuild | |
parent | keywording ~x86, bug #188275 (diff) | |
download | historical-04a7dee29c0cb92bf832c8b25cac49304d4ed7e6.tar.gz historical-04a7dee29c0cb92bf832c8b25cac49304d4ed7e6.tar.bz2 historical-04a7dee29c0cb92bf832c8b25cac49304d4ed7e6.zip |
add quotes to ${D}
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'media-sound/lilypond/lilypond-2.10.33.ebuild')
-rw-r--r-- | media-sound/lilypond/lilypond-2.10.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/lilypond/lilypond-2.10.33.ebuild b/media-sound/lilypond/lilypond-2.10.33.ebuild index a2cbf2f7d768..101216df879d 100644 --- a/media-sound/lilypond/lilypond-2.10.33.ebuild +++ b/media-sound/lilypond/lilypond-2.10.33.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.33.ebuild,v 1.1 2007/09/23 15:06:01 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.10.33.ebuild,v 1.2 2007/09/24 11:07:36 hkbst Exp $ inherit eutils versionator toolchain-funcs elisp-common @@ -89,7 +89,7 @@ src_compile() { RESTRICT=test src_install () { - emake DESTDIR=${D} vimdir=/usr/share/vim/vimfiles install || die "emake install failed" + emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install || die "emake install failed" # if use doc; then # # Note: installs .html docs, .pdf docs and examples |