X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/1815bff58803503e37009deeb85cfa8c22acf9d9..6d658acdb5f61932718109ed8f339604b778ab80:/update.tproj/Makefile.postamble diff --git a/update.tproj/Makefile.postamble b/update.tproj/Makefile.postamble index 70b747f..0e58184 100644 --- a/update.tproj/Makefile.postamble +++ b/update.tproj/Makefile.postamble @@ -107,3 +107,7 @@ # Makefile API), which are rules that get invoked before and after the install # target runs. Such rules should be specified with the '::' syntax rather than # a single colon. + +after_install: + mkdir -p "$(DSTROOT)/usr/share/man/man8" + install -c -m 644 update.8 "$(DSTROOT)/usr/share/man/man8/update.8"