Home
last modified time | relevance | path

Searched refs:man5dir (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/at/
H A D0002-Makefile.in-fix-make-install-for-non-root-don-t-stri.patch53 - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)$(man5dir)
61 + $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir)
73 - $(INSTALL) -g root -o root -m 644 at.allow.5 $(DESTDIR)$(man5dir)/
74 + $(INSTALL) -m 644 at.allow.5 $(DESTDIR)$(man5dir)/
75 cd $(DESTDIR)$(man5dir) && $(LN_S) -f at.allow.5 at.deny.5
H A D0001-Makefile.in-replace-IROOT-by-DESTDIR.patch55 - $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man5dir)
80 + $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)$(man5dir)
91 - $(INSTALL) -g root -o root -m 644 at.allow.5 $(IROOT)$(man5dir)/
92 - cd $(IROOT)$(man5dir) && $(LN_S) -f at.allow.5 at.deny.5
97 + $(INSTALL) -g root -o root -m 644 at.allow.5 $(DESTDIR)$(man5dir)/
98 + cd $(DESTDIR)$(man5dir) && $(LN_S) -f at.allow.5 at.deny.5
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0021-RH-fixup-udev-rules-for-redhat.patch60 $(INSTALL_PROGRAM) -d $(DESTDIR)$(man5dir)
68 $(RM) $(DESTDIR)$(man5dir)/$(EXEC).conf.5.gz
H A D0025-RH-add-mpathconf.patch62 $(INSTALL_PROGRAM) -d $(DESTDIR)$(man5dir)
63 $(INSTALL_PROGRAM) -m 644 $(EXEC).conf.5.gz $(DESTDIR)$(man5dir)
72 $(RM) $(DESTDIR)$(man5dir)/$(EXEC).conf.5.gz
H A D0001-multipath-tools-use-run-instead-of-dev-shm.patch117 $(INSTALL_PROGRAM) -d $(DESTDIR)$(man5dir)
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A DMakefile47 man5dir=$(mandir)/man5 macro