]>
Commit | Line | Data |
---|---|---|
1815bff5 | 1 | INSTALL_AS_GROUP = operator # (probably want to set both of these) |
c3a08f59 | 2 | INSTALL_PERMISSIONS = 0555 # 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 shutdown.8 $(DSTROOT)/usr/share/man/man8 |