wok diff avfs/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents 5f6c5106b1f5
children 968c74228a7b
line diff
     1.1 --- a/avfs/receipt	Mon Jan 31 11:41:46 2022 +0000
     1.2 +++ b/avfs/receipt	Fri Feb 18 14:45:09 2022 +0100
     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  }