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