mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 07:48:56 -04:00
sys-boot/ventoy-bin: fix wrong "fperms"
Signed-off-by: ston <ston.jia@qq.com>
This commit is contained in:
parent
ecefb3d056
commit
d34d74e27f
@ -79,7 +79,7 @@ src_install() {
|
||||
# Link system binaries
|
||||
for binary in xzcat hexdump; do
|
||||
dosym -r /usr/bin/$binary /opt/ventoy/tool/$CARCH/$binary
|
||||
fperm 0755 /opt/ventoy/tool/$CARCH/$binary
|
||||
fperms 0755 /opt/ventoy/tool/$CARCH/$binary
|
||||
done
|
||||
|
||||
dobin "${FILESDIR}"/ventoy{,gui,web,plugson,-{,extend-}persistent}
|
Loading…
x
Reference in New Issue
Block a user