aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-14 16:19:04 +0200
committerJustin Lecher <jlec@gentoo.org>2012-09-14 16:19:04 +0200
commita57d4f752cfb5eb038e669176f76bef07b597982 (patch)
tree916973a8654aa334fcb8578a5fcbae429194718e /sci-chemistry/curvefit
parentsci-chemistry/curvefit: And it sits in EPREFIX (diff)
downloadsci-a57d4f752cfb5eb038e669176f76bef07b597982.tar.gz
sci-a57d4f752cfb5eb038e669176f76bef07b597982.tar.bz2
sci-a57d4f752cfb5eb038e669176f76bef07b597982.zip
sci-chemistry/curvefit: Quote sed correctly
(Portage version: 2.2.0_alpha128/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'sci-chemistry/curvefit')
-rw-r--r--sci-chemistry/curvefit/ChangeLog3
-rw-r--r--sci-chemistry/curvefit/curvefit-1.40.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/curvefit/ChangeLog b/sci-chemistry/curvefit/ChangeLog
index 49703fb0b..8f46e69a4 100644
--- a/sci-chemistry/curvefit/ChangeLog
+++ b/sci-chemistry/curvefit/ChangeLog
@@ -3,6 +3,9 @@
# $Header: $
14 Sep 2012; Justin Lecher <jlec@gentoo.org> curvefit-1.40.ebuild:
+ Quote sed correctly
+
+ 14 Sep 2012; Justin Lecher <jlec@gentoo.org> curvefit-1.40.ebuild:
And it sits in EPREFIX
14 Sep 2012; Justin Lecher <jlec@gentoo.org> curvefit-1.40.ebuild:
diff --git a/sci-chemistry/curvefit/curvefit-1.40.ebuild b/sci-chemistry/curvefit/curvefit-1.40.ebuild
index c34d6c67b..5429531ac 100644
--- a/sci-chemistry/curvefit/curvefit-1.40.ebuild
+++ b/sci-chemistry/curvefit/curvefit-1.40.ebuild
@@ -28,7 +28,7 @@ src_install() {
local _exe
sed \
-e 's: xmgr : xmgrace :g' \
- -e 's: /bin/ls:${EPREFIX}/bin/ls:g' \
+ -e "s: /bin/ls:${EPREFIX}/bin/ls:g" \
-i batch_curve curveplot || die
exeinto /opt/bin