Skip to content

Commit

Permalink
Set permission 750 to /etc/mirrorcache
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-suse committed Sep 23, 2024
1 parent dab321b commit 5f23bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install:
for i in dist/systemd/*.service; do \
install -m 644 $$i "${DESTDIR}"/usr/lib/systemd/system ;\
done
install -D -m 755 -d "${DESTDIR}"/etc/mirrorcache
install -D -m 750 -d "${DESTDIR}"/etc/mirrorcache

setup_system_user:
getent group ${MC_SRV_GROUP} > /dev/null || groupadd ${MC_SRV_GROUP}
Expand Down

0 comments on commit 5f23bec

Please sign in to comment.