wok rev 24761

avfs: copy mountavfs and umountavfs explicitly
author Hans-G?nter Theisgen
date Fri Mar 18 14:53:01 2022 +0100 (2022-03-18)
parents cf986fd913b1
children b8fe90e59622
files avfs/receipt
line diff
     1.1 --- a/avfs/receipt	Fri Mar 18 09:57:23 2022 +0000
     1.2 +++ b/avfs/receipt	Fri Mar 18 14:53:01 2022 +0100
     1.3 @@ -43,6 +43,12 @@
     1.4  	cp -a $install/usr/lib/avfs	$fs/usr/lib
     1.5  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
     1.6  
     1.7 +# Up to 2022-01-31, mountavfs and umountavfs have been copied while
     1.8 +# Making install in scripts
     1.9 +# Why no more?
    1.10 +	cp -a	$src/scripts/mountavfs		$fs/usr/bin/mountavfs
    1.11 +	cp -a	$src/scripts/umountavfs		$fs/usr/bin/umountavfs
    1.12 +
    1.13  	# bash not really needed
    1.14  	sed -i '1s|#!/bin/bash|#!/bin/sh|'	$fs/usr/bin/mountavfs
    1.15  	sed -i '1s|#!/bin/bash|#!/bin/sh|'	$fs/usr/bin/umountavfs