wifite: rename binary back to wifite

This commit is contained in:
blshkv 2018-06-10 17:40:41 +08:00
parent f36bc300d8
commit e33c6687dd
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -51,6 +51,6 @@ src_prepare() {
src_install() {
python_moduleinto .
python_foreach_impl python_domodule wifite
newsbin wifite/wifite.py wifite2
newsbin wifite/wifite.py wifite
dodoc README.md LICENSE
}