34d340d7 A |
1 | after_install: |
2 | mkdir -p $(DSTROOT)/usr/share/man/man8 |
3 | install -c -m 444 bootlog.8 $(DSTROOT)/usr/share/man/man8 |
4 | mkdir -p $(DSTROOT)/System/Library/LaunchDaemons |
5 | install -c -m 444 com.apple.bootlog.plist $(DSTROOT)/System/Library/LaunchDaemons |