# User/group ownership
#INSTALL_AS_GROUP = wheel
# (probably want to set both of these)
-INSTALL_PERMISSIONS = 4555
+#INSTALL_PERMISSIONS = 4555
# If set, 'install' chmod's executable to this
# derived files should go.
#
-after_install::
+after_install:
+ install -m 755 -o root -g wheel -d $(DSTROOT)/usr/share/man/man8
+ install -m 644 -o root -g wheel -c hfs.util.8 $(DSTROOT)/usr/share/man/man8
buildContentsDir:
mkdir -p $(DSTROOT)$(INSTALLDIR)/Contents/Resources/English.lproj