diff options
Diffstat (limited to 'sci-chemistry/nmrpipe')
-rw-r--r-- | sci-chemistry/nmrpipe/ChangeLog | 4 | ||||
-rw-r--r-- | sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog index dd3e145d3..d966a7b72 100644 --- a/sci-chemistry/nmrpipe/ChangeLog +++ b/sci-chemistry/nmrpipe/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Mar 2013; Justin Lecher <jlec@gentoo.org> + nmrpipe-7.9.2013.021.23.09-r2.ebuild: + Fix quoting + *nmrpipe-7.9.2013.021.23.09-r2 (26 Feb 2013) 26 Feb 2013; Justin Lecher <jlec@gentoo.org> diff --git a/sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild b/sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild index 487084572..2abd96b21 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild @@ -154,10 +154,10 @@ src_prepare() { if use prefix; then sed \ - -e "s: sh : ${EPREFIX}/bin/sh :g" \ - -e "s: csh : ${EPREFIX}/bin/csh :g" \ - -e "s: bash : ${EPREFIX}/bin/bash :g" \ - -e "s:appTerm -e:appTerm -e ${EPREFIX}/bin/csh:g" \ + -e "s: sh : \"${EPREFIX}\"/bin/sh :g" \ + -e "s: csh : \"${EPREFIX}\"/bin/csh :g" \ + -e "s: bash : \"${EPREFIX}\"/bin/bash :g" \ + -e "s:appTerm -e:appTerm -e \"${EPREFIX}\"/bin/csh:g" \ -i com/* || die ebegin "Setting RPATH in binaries" |