Home
last modified time | relevance | path

Searched refs:man1dir (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-build-when-S-B.patch20 $(INSTALL) -d $(DESTDIR)$(man1dir)
21 - $(INSTALL) -m 0644 tiptop.1 $(DESTDIR)$(man1dir)
22 + $(INSTALL) -m 0644 $(srcdir)/tiptop.1 $(DESTDIR)$(man1dir)
24 ln $(DESTDIR)$(man1dir)/tiptop.1 $(DESTDIR)$(man1dir)/ptiptop.1
/OK3568_Linux_fs/buildroot/package/at/
H A D0002-Makefile.in-fix-make-install-for-non-root-don-t-stri.patch52 - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)$(man1dir)
57 - $(INSTALL) -g root -o root -m 644 at.1 $(DESTDIR)$(man1dir)/
60 + $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir)
65 + $(INSTALL) -m 644 at.1 $(DESTDIR)$(man1dir)/
66 …cd $(DESTDIR)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atr…
H A D0001-Makefile.in-replace-IROOT-by-DESTDIR.patch54 - $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man1dir)
59 - $(INSTALL) -g root -o root -m 644 at.1 $(IROOT)$(man1dir)/
60 - cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm…
79 + $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)$(man1dir)
84 + $(INSTALL) -g root -o root -m 644 at.1 $(DESTDIR)$(man1dir)/
85 + cd $(DESTDIR)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 at…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/
H A D0001-make-man-install-relative-to-DESTDIR.patch21 -man1dir = $(mandir)/man1
22 +man1dir = $(DESTDIR)$(mandir)/man1
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A DMakefile46 man1dir=$(mandir)/man1 macro
200 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \
203 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \
/OK3568_Linux_fs/buildroot/package/automake/
H A D0001-noman.patch17 …for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(amdir)…
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A DMakefile.in81 man1dir = $(mandir)/man1
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/
H A Dperf.bb199 # The man pages installation is "$(INSTALL) -d -m 755 $(DESTDIR)$(man1dir)"