Skip to content

Commit 85ad1c5

Browse files
committed
Fix permissions for installed files
1 parent b3b978e commit 85ad1c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ INSTALL_MOD_644=644
7474
INSTALL_MOD_755=755
7575
INSTALL_MOD_770=770
7676
INSTALL_MOD_750=750
77+
USERNAME=$(shell whoami)
7778
ifneq ($(shell id -u), 0)
7879
ifneq ($(OCSIGENUSER), $(USERNAME))
7980
INSTALL_CAN_PUT_PERMISSIONS=no

0 commit comments

Comments
 (0)