You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile line: cp -r programs '$(DESTDIR)$(PREFIX)/share/xdg-ninja/'
doesn't account for umask of running user, whereas all the 'install' directives explicitly set the modes.
I use a umask of 077 for 'root', thus the programs are not readable by group/other, requiring a postinstall:
Makefile line:
cp -r programs '$(DESTDIR)$(PREFIX)/share/xdg-ninja/'
doesn't account for umask of running user, whereas all the 'install' directives explicitly set the modes.
I use a umask of 077 for 'root', thus the programs are not readable by group/other, requiring a postinstall:
Thanks,
--stephen
The text was updated successfully, but these errors were encountered: