1815bff5 A |
1 | INSTALL_AS_GROUP = kmem # (probably want to set both of these) |
2 | INSTALL_PERMISSIONS = 2555 # If set, 'install' chmod's executable to this |
2fc1e207 A |
3 | |
4 | after_install: |
5 | mkdir -p $(DSTROOT)/usr/share/man/man8 |
6 | install -c -m 444 dmesg.8 $(DSTROOT)/usr/share/man/man8 |