wok rev 25660
ntfsprogs: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 17 11:09:57 2024 +0000 (12 months ago) |
parents | d80275dcc2c7 |
children | e7e95f90ff16 |
files | ntfsprogs/receipt salvador/receipt |
line diff
1.1 --- a/ntfsprogs/receipt Sat Feb 17 10:09:12 2024 +0000 1.2 +++ b/ntfsprogs/receipt Sat Feb 17 11:09:57 2024 +0000 1.3 @@ -15,10 +15,9 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib $fs/lib 1.8 + mkdir -p $fs/lib 1.9 cp -a $install/usr/bin $fs/usr 1.10 cp -a $install/usr/sbin $fs/usr 1.11 cp -a $install/lib/*.so* $fs/lib 1.12 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.13 cp -a $install/sbin $fs 1.14 }
2.1 --- a/salvador/receipt Sat Feb 17 10:09:12 2024 +0000 2.2 +++ b/salvador/receipt Sat Feb 17 11:09:57 2024 +0000 2.3 @@ -9,7 +9,7 @@ 2.4 WEB_SITE="https://github.com/emmanuel-marty/salvador" 2.5 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 2.8 +WGET_URL="$WEB_SITE/archive/refs/tags/$VERSION.tar.gz" 2.9 2.10 # What is the latest version available today? 2.11 current_version()