wok-current diff ninja/receipt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (3 months ago)
parents f3f4f971f674
children
line diff
     1.1 --- a/ninja/receipt	Tue Jun 28 17:47:22 2022 +0100
     1.2 +++ b/ninja/receipt	Sat Mar 30 18:05:22 2024 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://github.com/ninja-build/$PACKAGE/archive/v$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="gcc-lib-base"
     1.7 -BUILD_DEPENDS="python"
     1.8 +BUILD_DEPENDS="python3"
     1.9  
    1.10  current_version()
    1.11  {
    1.12 @@ -23,7 +23,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure.py --bootstrap
    1.17 +	python3 ./configure.py --bootstrap
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.