wok diff avfs/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents 5f6c5106b1f5
children 968c74228a7b
line diff
     1.1 --- a/avfs/receipt	Mon Jan 31 11:41:46 2022 +0000
     1.2 +++ b/avfs/receipt	Wed Feb 02 09:41:22 2022 +0000
     1.3 @@ -42,4 +42,12 @@
     1.4  #	cp -a $install/usr/sbin		$fs/usr
     1.5  	cp -a $install/usr/lib/avfs	$fs/usr/lib
     1.6  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
     1.7 +
     1.8 +	# bash not really needed
     1.9 +	sed -i '1s|#!/bin/bash|#!/bin/sh|'	$fs/usr/bin/mountavfs
    1.10 +	sed -i '1s|#!/bin/bash|#!/bin/sh|'	$fs/usr/bin/umountavfs
    1.11 +
    1.12 +	# 1.1.4 against: can't create $HOME/.avfs/#dav_ctl:*
    1.13 +	patch --strip=0 --directory=$fs --input=$stuff/patches/davpass-1.1.4
    1.14 +	patch --strip=0 --directory=$fs --input=$stuff/patches/ftppass-1.1.4
    1.15  }