diff options
author | Peter Volkov <pva@gentoo.org> | 2011-06-15 19:30:09 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-06-15 19:30:09 +0000 |
commit | 257833387a72c04f94f916abcd6ef81797d86452 (patch) | |
tree | a7fcbd9e065354aa582b38f59f67d42e7e3ed9e6 /app-text | |
parent | Add reference on fixed QA issue. (diff) | |
download | gentoo-2-257833387a72c04f94f916abcd6ef81797d86452.tar.gz gentoo-2-257833387a72c04f94f916abcd6ef81797d86452.tar.bz2 gentoo-2-257833387a72c04f94f916abcd6ef81797d86452.zip |
Add quotation for ${ED}.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.3.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 9c878e3d01c4..d7bb8de484a3 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.84 2011/06/15 19:27:27 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.85 2011/06/15 19:30:09 pva Exp $ + + 15 Jun 2011; Peter Volkov <pva@gentoo.org> hunspell-1.3.2-r1.ebuild: + Add quotation for ${ED}. *hunspell-1.3.2-r1 (15 Jun 2011) diff --git a/app-text/hunspell/hunspell-1.3.2-r1.ebuild b/app-text/hunspell/hunspell-1.3.2-r1.ebuild index 711a908a61e5..463a74db5a84 100644 --- a/app-text/hunspell/hunspell-1.3.2-r1.ebuild +++ b/app-text/hunspell/hunspell-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r1.ebuild,v 1.1 2011/06/15 19:22:37 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r1.ebuild,v 1.2 2011/06/15 19:30:09 pva Exp $ EAPI="4" inherit eutils multilib autotools flag-o-matic versionator @@ -68,7 +68,7 @@ src_install() { emake DESTDIR="${D}" install #342449 - pushd ${ED}/usr/$(get_libdir)/ >/dev/null + pushd "${ED}"/usr/$(get_libdir)/ >/dev/null ln -s lib${PN}{-$(get_major_version).$(get_version_component_range 2).so.0.0.0,.so} popd >/dev/null |