wok diff expedite/receipt @ rev 25632
Up gtklife (5.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 23 14:06:29 2023 +0000 (12 months ago) |
parents | 1be16cc1cd50 |
children |
line diff
1.1 --- a/expedite/receipt Wed May 18 11:39:29 2022 +0000 1.2 +++ b/expedite/receipt Sat Dec 23 14:06:29 2023 +0000 1.3 @@ -25,7 +25,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - ./autogen.sh && 1.8 + ./configure -disable-doc $CONFIGURE_ARGS && 1.9 make $MAKEFLAGS && 1.10 make install 1.11 }