# HG changeset patch # User Hans-G?nter Theisgen # Date 1647611581 -3600 # Node ID 968c74228a7b5fba8daababc2e0b9eb27780b3bd # Parent cf986fd913b11c1f6a983513d91b6cd26ebad09d avfs: copy mountavfs and umountavfs explicitly diff -r cf986fd913b1 -r 968c74228a7b avfs/receipt --- a/avfs/receipt Fri Mar 18 09:57:23 2022 +0000 +++ b/avfs/receipt Fri Mar 18 14:53:01 2022 +0100 @@ -43,6 +43,12 @@ cp -a $install/usr/lib/avfs $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib +# Up to 2022-01-31, mountavfs and umountavfs have been copied while +# Making install in scripts +# Why no more? + cp -a $src/scripts/mountavfs $fs/usr/bin/mountavfs + cp -a $src/scripts/umountavfs $fs/usr/bin/umountavfs + # bash not really needed sed -i '1s|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/mountavfs sed -i '1s|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/umountavfs