wok diff sshproxy/receipt @ rev 23921

Up slitaz-tools (1036), tazinst (105), tazusb (209)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 21 15:07:47 2020 +0000 (2020-08-21)
parents bd6074cbab4c
children 4175a6ed23ea
line diff
     1.1 --- a/sshproxy/receipt	Wed Feb 12 11:04:59 2020 +0100
     1.2 +++ b/sshproxy/receipt	Fri Aug 21 15:07:47 2020 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	python setup.py install --root=$DESTDIR
     1.8 +	python setup.py install --root=$DESTDIR &&
     1.9  	install -d -m 755 $DESTDIR/usr/share/man/man1 &&
    1.10  	install -d -m 755 $DESTDIR/usr/share/man/man5 &&
    1.11  	install -d -m 755 $DESTDIR/usr/share/man/man8 &&