summaryrefslogtreecommitdiff
path: root/dev-python/PyECLib/PyECLib-1.0.7.ebuild
diff options
context:
space:
mode:
authorMatthew Thode <mthode@mthode.org>2015-08-26 16:52:54 -0500
committerMatthew Thode <mthode@mthode.org>2015-08-26 16:55:23 -0500
commit397435fe31fe7a8e7b615232b0fc0c64c701a619 (patch)
tree38213a460f78ef35da0926a313415b4680a2deea /dev-python/PyECLib/PyECLib-1.0.7.ebuild
parent29d72357ac163648f52b0bdf8b97cb032d143c2d (diff)
downloadgentoo-397435fe31fe7a8e7b615232b0fc0c64c701a619.tar.gz
gentoo-397435fe31fe7a8e7b615232b0fc0c64c701a619.tar.bz2
gentoo-397435fe31fe7a8e7b615232b0fc0c64c701a619.zip
dev-python/PyECLib: really fix it this time...
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/PyECLib/PyECLib-1.0.7.ebuild')
-rw-r--r--dev-python/PyECLib/PyECLib-1.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyECLib/PyECLib-1.0.7.ebuild b/dev-python/PyECLib/PyECLib-1.0.7.ebuild
index cf533ffc80e2..acfd959cdaf5 100644
--- a/dev-python/PyECLib/PyECLib-1.0.7.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.0.7.ebuild
@@ -26,5 +26,5 @@ PATCHES=(
python_install() {
distutils-r1_python_install
- sed -i "s/^libdir.*$/libdir='\/usr\/lib'/g" "${D}"/usr/lib/libgf_complete.la || die
+ rm "${D}"/usr/lib/*.la || die
}