wok-next diff sshttp/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 2f03cb67a994 |
children |
line diff
1.1 --- a/sshttp/receipt Tue Mar 13 02:04:32 2018 +0200 1.2 +++ b/sshttp/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Hiding a SSH server behind a HTTP server" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="BSD" 1.7 -WEB_SITE="https://github.com/stealth/$PACKAGE" 1.8 +WEB_SITE="https://github.com/stealth/sshttp" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="$WEB_SITE/archive/$TARBALL" 1.12 @@ -15,7 +15,7 @@ 1.13 1.14 compile_rules() { 1.15 make && 1.16 - install -Dm 755 $src/sshttpd $install/usr/sbin/sshttpd 1.17 + install -Dm755 $src/sshttpd $install/usr/sbin/sshttpd 1.18 } 1.19 1.20 genpkg_rules() { 1.21 @@ -27,7 +27,7 @@ 1.22 post_install() { 1.23 [ -n "$1" ] || 1.24 zcat /proc/config.gz | grep -q ^CONFIG_NETFILTER_TPROXY= || 1.25 - cat <<EOT 1.26 + [ -n "$quiet" ] || cat <<EOT 1.27 1.28 .----------------------------------------------------------. 1.29 | CONFIG_NETFILTER_TPROXY not found in /proc/config.gz |