wok-next diff pwnat/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 2f03cb67a994
children d457c4e37c1b
line diff
     1.1 --- a/pwnat/receipt	Tue Mar 13 02:04:32 2018 +0200
     1.2 +++ b/pwnat/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules() {
     1.5  	make || return 1
     1.6  
     1.7 -	install -Dm 755 $src/pwnat $install/usr/bin/pwnat
     1.8 +	install -Dm755 pwnat $install/usr/bin/pwnat
     1.9  
    1.10  	cook_pick_docs README* C*
    1.11  }