wok diff php-auth-pam/receipt @ rev 23797
linld: fix argstr
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 23 18:02:24 2020 +0000 (2020-05-23) |
parents | b3301ae192ef |
children | e424d38736d6 |
line diff
1.1 --- a/php-auth-pam/receipt Sun Mar 08 13:54:20 2020 +0100 1.2 +++ b/php-auth-pam/receipt Sat May 23 18:02:24 2020 +0000 1.3 @@ -16,9 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - test -d ${PACKAGE}-${VERSION} \ 1.8 - || make ${PACKAGE}-${VERSION}.orig ${PACKAGE}-${VERSION} 1.9 - cd $src 1.10 phpize 1.11 patch -p1 < $stuff/php-auth-pam-Makefile.global0.4.u || exit 1 1.12 sed -i 's/^function_entry/zend_&/;s/pval /zval /' pam_auth.c # php 5.4 1.13 @@ -80,9 +77,3 @@ 1.14 lighttpd lighttpd.pid 1.15 EOT 1.16 } 1.17 - 1.18 - 1.19 -clean_wok() 1.20 -{ 1.21 - test -d ${PACKAGE}-${VERSION} && rm -rf ${PACKAGE}-${VERSION} 1.22 -}