wok-current diff proxychains-ng/receipt @ rev 25368
libmpd: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 29 10:44:25 2022 +0000 (2022-07-29) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/proxychains-ng/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/proxychains-ng/receipt Fri Jul 29 10:44:25 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="proxychains-ng" 1.7 -VERSION="4.14" 1.8 +VERSION="4.16" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Forces any tcp connection made by a client to follow through proxy." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -27,12 +27,12 @@ 1.13 --sysconfdir=/etc \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install && 1.17 - make DESTDIR=$DESTDIR install-config 1.18 + make install DESTDIR=$DESTDIR && 1.19 + make install-config DESTDIR=$DESTDIR 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - cp -a $install/usr $fs 1.26 + cp -a $install/usr $fs 1.27 }