wok diff sshpass/receipt @ rev 24415
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 10 18:04:02 2022 +0000 (2022-02-10) |
parents | c365fe17a816 |
children | 241fb98cab1c |
line diff
1.1 --- a/sshpass/receipt Sat Sep 25 16:21:20 2021 +0000 1.2 +++ b/sshpass/receipt Thu Feb 10 18:04:02 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sshpass" 1.7 -VERSION="1.06" 1.8 +VERSION="1.09" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Non-interactive ssh password authentication." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -27,12 +27,11 @@ 1.13 --prefix=/usr \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install 1.17 + make install DESTDIR=$DESTDIR 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr 1.24 - cp -a $install/usr/bin $fs/usr 1.25 + cook_copy_folders bin 1.26 }