wok-next diff nanochess/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d43bf7aae921
children
line diff
     1.1 --- a/nanochess/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/nanochess/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -41,7 +41,7 @@
     1.4  		$install/var/www/chess/ \
     1.5  		$install/usr/share/applications/
     1.6  	cp $src/* $install/var/www/chess/
     1.7 -	chown -R 80.80 $fs/var/www/chess/
     1.8 +	chown -R 80.80 $install/var/www/chess/
     1.9  }
    1.10  
    1.11  genpkg_rules() {