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:
Michel Alexandre Salim 2022-07-27 15:23:36 -05:00 committed by Christian Hesse
parent 76c59984a0
commit 3a43867e1c
No known key found for this signature in database
GPG Key ID: 6D42BDD116E0068F

View File

@ -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)