Improve permissions and strip binaries
- Use 0755 for directories - Use 0644 for libraries, includes and shared files - Use -s (strip) parameter when installing binaries and libraries
This commit is contained in:
parent
50522df3d9
commit
dabf0e5918
13 changed files with 53 additions and 53 deletions
|
|
@ -48,8 +48,8 @@ distclean: clean
|
|||
rm -f Makefile *~ .depend clixonrc
|
||||
|
||||
install: clixonrc
|
||||
install -m 755 -d $(DESTDIR)$(sysconfdir)
|
||||
install -m 755 clixonrc $(DESTDIR)$(sysconfdir)
|
||||
install -m 0755 -d $(DESTDIR)$(sysconfdir)
|
||||
install -m 0644 clixonrc $(DESTDIR)$(sysconfdir)
|
||||
|
||||
install-include:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue