summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <mthode@mthode.org>2013-01-02 13:22:40 -0600
committerMatthew Thode <mthode@mthode.org>2013-01-02 13:22:40 -0600
commitb40c3a2531fcde60ecd583f4e780e531ed811f2f (patch)
treea9cbe4487c994e9a89c11bf98e8a68092f922263
parenthopefully fix tests (diff)
downloadprometheanfire-b40c3a2531fcde60ecd583f4e780e531ed811f2f.tar.gz
prometheanfire-b40c3a2531fcde60ecd583f4e780e531ed811f2f.tar.bz2
prometheanfire-b40c3a2531fcde60ecd583f4e780e531ed811f2f.zip
hopefully fix tests
-rw-r--r--sys-cluster/swift/swift-1.7.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/swift/swift-1.7.4.ebuild b/sys-cluster/swift/swift-1.7.4.ebuild
index b43c663..7265459 100644
--- a/sys-cluster/swift/swift-1.7.4.ebuild
+++ b/sys-cluster/swift/swift-1.7.4.ebuild
@@ -72,7 +72,7 @@ python_install() {
newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
newins "etc/proxy-server.conf-sample" "proxy-server.conf"
if use memcache; then
- sed '/depend/a\
+ sed -i '/depend/a\
need memcached' "${D}/etc/init.d/swift-proxy"
fi
fi