wok-next diff tls/receipt @ rev 20220
Up yp-tools (4.2.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 05 13:31:36 2017 +0100 (2017-11-05) |
parents | 23c3aed67cd9 |
children | d463ecdfa17e |
line diff
1.1 --- a/tls/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/tls/receipt Sun Nov 05 13:31:36 2017 +0100 1.3 @@ -16,11 +16,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - ./configure --prefix=/usr \ 1.9 - --with-ssl-dir=/usr \ 1.10 - --disable-symboles && \ 1.11 - make 1.12 + ./configure \ 1.13 + --prefix=/usr \ 1.14 + --with-ssl-dir=/usr \ 1.15 + --disable-symboles && 1.16 + make 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 @@ -30,6 +30,6 @@ 1.21 cp -a $src/libtls1.6.so $fs/usr/lib/tls1.6 1.22 cp -a $src/pkgIndex.tcl $fs/usr/lib/tls1.6 1.23 cp -a $src/tls.tcl $fs/usr/lib/tls1.6 1.24 - 1.25 + 1.26 sed -i 's/dir ../dir/' $fs/usr/lib/tls1.6/pkgIndex.tcl 1.27 }