diff options
author | Matthew Thode <mthode@mthode.org> | 2013-01-02 13:22:40 -0600 |
---|---|---|
committer | Matthew Thode <mthode@mthode.org> | 2013-01-02 13:22:40 -0600 |
commit | b40c3a2531fcde60ecd583f4e780e531ed811f2f (patch) | |
tree | a9cbe4487c994e9a89c11bf98e8a68092f922263 | |
parent | hopefully fix tests (diff) | |
download | prometheanfire-b40c3a2531fcde60ecd583f4e780e531ed811f2f.tar.gz prometheanfire-b40c3a2531fcde60ecd583f4e780e531ed811f2f.tar.bz2 prometheanfire-b40c3a2531fcde60ecd583f4e780e531ed811f2f.zip |
hopefully fix tests
-rw-r--r-- | sys-cluster/swift/swift-1.7.4.ebuild | 2 |
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 |