Fix the permission of keyring files
These are non-executables, they should be installed 644 rather than 755. Signed-off-by: Michel Alexandre Salim <michel@michel-slm.name>
This commit is contained in:
parent
76c59984a0
commit
3a43867e1c
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ clean:
|
||||
rm -rf build
|
||||
|
||||
install: build
|
||||
install -vDm 755 $(KEYRING_FILES) -t $(KEYRING_TARGET_DIR)
|
||||
install -vDm 644 $(KEYRING_FILES) -t $(KEYRING_TARGET_DIR)
|
||||
install -vDm 755 $(SCRIPT_FILES) -t $(SCRIPT_TARGET_DIR)
|
||||
install -vDm 644 $(SYSTEMD_FILES) -t $(SYSTEMD_SYSTEM_UNIT_DIR)
|
||||
install -vdm 755 $(SYSTEMD_TIMER_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user