wok-next diff pwauth/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 | a3c581bf52b8 |
children |
line diff
1.1 --- a/pwauth/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/pwauth/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="2.3.10" 1.5 CATEGORY="security" 1.6 SHORT_DESC="Support reasonably secure web auth using system password DB" 1.7 -MAINTAINER="pankso@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="BSD" 1.10 WEB_SITE="https://github.com/phokz/pwauth/" 1.11 1.12 @@ -13,7 +13,7 @@ 1.13 1.14 compile_rules() { 1.15 make && 1.16 - install -Dm 755 $src/pwauth $install/usr/bin/pwauth 1.17 + install -Dm755 $src/pwauth $install/usr/bin/pwauth 1.18 } 1.19 1.20 genpkg_rules() {