aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-03 17:36:27 +0100
committerJustin Lecher <jlec@gentoo.org>2013-03-03 17:36:27 +0100
commitaa9f5ba19e3ec52ffa21a3b87cbe5243b9a94a56 (patch)
treee8de2c305e381b580dc98079b629f2a8aec91f9b /sci-chemistry/nmrpipe
parentsci-biology/artemis-bin: Clean whitespace errors (diff)
downloadsci-aa9f5ba19e3ec52ffa21a3b87cbe5243b9a94a56.tar.gz
sci-aa9f5ba19e3ec52ffa21a3b87cbe5243b9a94a56.tar.bz2
sci-aa9f5ba19e3ec52ffa21a3b87cbe5243b9a94a56.zip
sci-chemistry/nmrpipe: Fix quoting
Package-Manager: portage-2.2.0_alpha164 RepoMan-Options: --force
Diffstat (limited to 'sci-chemistry/nmrpipe')
-rw-r--r--sci-chemistry/nmrpipe/ChangeLog4
-rw-r--r--sci-chemistry/nmrpipe/nmrpipe-7.9.2013.021.23.09-r2.ebuild8
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"