wok-next diff aircrack-ng/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents ede906abe532
children 029134bbef65
line diff
     1.1 --- a/aircrack-ng/receipt	Wed Sep 05 15:26:05 2018 +0300
     1.2 +++ b/aircrack-ng/receipt	Sat Dec 07 15:51:18 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="aircrack-ng"
     1.7 -VERSION="1.3"
     1.8 +VERSION="1.4"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -23,7 +23,9 @@
    1.13  		$CONFIGURE_ARGS &&
    1.14  	fix libtool &&
    1.15  	make &&
    1.16 -	make install
    1.17 +	make install || return 1
    1.18 +
    1.19 +	find $install -type f -name '*.pyc' -delete
    1.20  }
    1.21  
    1.22  genpkg_rules() {