wok diff avfs/receipt @ rev 24516
updated enet (1.3.14 -> 1.3.17)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 22 07:39:01 2022 +0100 (2022-02-22) |
parents | 5f6c5106b1f5 |
children | 968c74228a7b |
line diff
1.1 --- a/avfs/receipt Mon Jan 31 11:41:46 2022 +0000 1.2 +++ b/avfs/receipt Tue Feb 22 07:39:01 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 }