# HG changeset patch # User Hans-G?nter Theisgen # Date 1647612478 -3600 # Node ID b8fe90e59622be17637acc900f6e56b967e688fc # Parent 968c74228a7b5fba8daababc2e0b9eb27780b3bd avfs: copy mountavfs and umountavfs with proper permissions diff -r 968c74228a7b -r b8fe90e59622 avfs/receipt --- a/avfs/receipt Fri Mar 18 14:53:01 2022 +0100 +++ b/avfs/receipt Fri Mar 18 15:07:58 2022 +0100 @@ -46,8 +46,8 @@ # 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 + install -o root -m 0755 $src/scripts/mountavfs $fs/usr/bin/mountavfs + install -o root -m 0755 $src/scripts/umountavfs $fs/usr/bin/umountavfs # bash not really needed sed -i '1s|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/mountavfs