summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/uthash/uthash-1.2-r1.ebuild')
-rw-r--r--dev-libs/uthash/uthash-1.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uthash/uthash-1.2-r1.ebuild b/dev-libs/uthash/uthash-1.2-r1.ebuild
index e96f2adb6..b3b6d1c02 100644
--- a/dev-libs/uthash/uthash-1.2-r1.ebuild
+++ b/dev-libs/uthash/uthash-1.2-r1.ebuild
@@ -18,7 +18,7 @@ RDEPEND=""
src_test() {
cd tests
- sed -i -e "/CFLAGS/ s/-g/${CFLAGS}/" Makefile || die "sed failed."
+ sed -i "/CFLAGS/s/-g/${CFLAGS}/" Makefile || die "sed failed."
emake CC="$(tc-getCC)" || die "emake failed."
}