wok rev 24762
avfs: copy mountavfs and umountavfs with proper permissions
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 18 15:07:58 2022 +0100 (2022-03-18) |
parents | 968c74228a7b |
children | fe41217df6ed |
files | avfs/receipt |
line diff
1.1 --- a/avfs/receipt Fri Mar 18 14:53:01 2022 +0100 1.2 +++ b/avfs/receipt Fri Mar 18 15:07:58 2022 +0100 1.3 @@ -46,8 +46,8 @@ 1.4 # Up to 2022-01-31, mountavfs and umountavfs have been copied while 1.5 # Making install in scripts 1.6 # Why no more? 1.7 - cp -a $src/scripts/mountavfs $fs/usr/bin/mountavfs 1.8 - cp -a $src/scripts/umountavfs $fs/usr/bin/umountavfs 1.9 + install -o root -m 0755 $src/scripts/mountavfs $fs/usr/bin/mountavfs 1.10 + install -o root -m 0755 $src/scripts/umountavfs $fs/usr/bin/umountavfs 1.11 1.12 # bash not really needed 1.13 sed -i '1s|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/mountavfs