wok-next diff gadmin-bind/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 f48456621a9d
children
line diff
     1.1 --- a/gadmin-bind/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/gadmin-bind/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules() {
     1.5  	./configure $CONFIGURE_ARGS &&
     1.6  	make &&
     1.7 -	make DESTDIR=$DESTDIR install
     1.8 +	make DESTDIR=$install install
     1.9  }
    1.10  
    1.11  genpkg_rules() {