mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
waffit: fixed lib location and mod_optimize/cleanup
This commit is contained in:
parent
faa628bb9e
commit
ea3c538b89
2 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD waffit-9999.ebuild 690 RMD160 164e55d03b2e15c5c92e5fe20066d9c7304dd0f5 SHA1 34aa9094c1658b7065ab96329df37c973120c9e7 SHA256 35882e5aad5aee49fe90afc9178ccadb43039933149840844eb7b0c755477364
|
||||
EBUILD waffit-9999.ebuild 740 RMD160 404edd21b601667a7d7fee6ceb157b258c2bcf37 SHA1 ff492bd9615d8b8627e601fb4e2c45325f9457d5 SHA256 d35fd56224b8aba2e6dd71fc70fa9e6ac4704f9ae07139e79f7ab776d5209dc5
|
||||
|
|
|
|||
|
|
@ -23,14 +23,14 @@ ESVN_REPO_URI="http://waffit.googlecode.com/svn/trunk/"
|
|||
src_install() {
|
||||
dobin wafw00f.py
|
||||
sed -i "s:libs.evillib:evillib:" "${D}"/usr/bin/wafw00f.py || die "sed failed"
|
||||
insinto /usr/lib/python$(python_get_version)/
|
||||
insinto $(python_get_sitedir)
|
||||
doins libs/evillib.py
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
python_mod_optimize
|
||||
python_mod_optimize $(python_get_sitedir)/evillib.py
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_mod_cleanup
|
||||
python_mod_cleanup $(python_get_sitedir)/evillib.py
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue