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