wok-next diff tabbed/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 5669e8b3be70
children
line diff
     1.1 --- a/tabbed/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/tabbed/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  
     1.5  compile_rules() {
     1.6  	make CC=$HOST_SYSTEM-gcc &&
     1.7 -	install -Dm755tabbed $install/usr/bin/tabbed
     1.8 +	install -Dm755 tabbed $install/usr/bin/tabbed
     1.9  }
    1.10  
    1.11  genpkg_rules() {