mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 13:02:18 +00:00
trivial: snap: set up proper permissions for copied filed in hook
This commit is contained in:
parent
78bc800396
commit
b91d3d9bff
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
install_if_missing() {
|
install_if_missing() {
|
||||||
install -C ${SNAP}/${1} /usr/${1}
|
install -m 644 -C ${SNAP}/${1} /usr/${1}
|
||||||
}
|
}
|
||||||
|
|
||||||
#install policykit rules and actions
|
#install policykit rules and actions
|
||||||
|
Loading…
Reference in New Issue
Block a user