Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 4802) sorted by relevance

12345678910>>...193

/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/
H A Dnikto_2.1.6.bb16 install -d ${D}${bindir}
17 install -d ${D}${datadir}
18 install -d ${D}${datadir}/man/man1
19 install -d ${D}${datadir}/doc/nikto
20 install -d ${D}${sysconfdir}/nikto
21 install -d ${D}${sysconfdir}/nikto/databases
22 install -d ${D}${sysconfdir}/nikto/plugins
23 install -d ${D}${sysconfdir}/nikto/templates
25 install -m 0644 databases/db_404_strings ${D}${sysconfdir}/nikto/databases
26 install -m 0644 databases/db_content_search ${D}${sysconfdir}/nikto/databases
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/
H A Dbastille_3.2.1.bb41 install -d ${D}${sbindir}
42 install -d ${D}${libdir}/perl5/site_perl/Curses
44 install -d ${D}${libdir}/Bastille
45 install -d ${D}${libdir}/Bastille/API
46 install -d ${D}${datadir}/Bastille
47 install -d ${D}${datadir}/Bastille/OSMap
48 install -d ${D}${datadir}/Bastille/OSMap/Modules
49 install -d ${D}${datadir}/Bastille/Questions
50 install -d ${D}${datadir}/Bastille/FKL/configs/
51 install -d ${D}${sysconfdir}/Bastille
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/files/
H A D0001-tweak-install-prefix.patch4 Subject: [PATCH 1/2] tweak install prefix
18 install: all install-bin install-python install-devel
20 install-bin:
21 - install -d -m 0755 $(DESTDIR)/usr/bin
22 - install -d -m 0755 $(DESTDIR)/usr/share/man/man1
23 - install -m 0755 implantisomd5 $(DESTDIR)/usr/bin
24 - install -m 0755 checkisomd5 $(DESTDIR)/usr/bin
25 - install -m 0644 implantisomd5.1 $(DESTDIR)/usr/share/man/man1
26 - install -m 0644 checkisomd5.1 $(DESTDIR)/usr/share/man/man1
27 + install -d -m 0755 $(DESTDIR)$(bindir)
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/
H A Dklibc-utils.inc2 install -d ${D}${base_bindir}
3 install -d ${D}${base_sbindir}
5 install -m 755 usr/kinit/shared/kinit ${D}${base_bindir}/kinit.shared
6 install -m 755 usr/dash/shared/sh ${D}${base_bindir}/sh.shared
8 install -m 755 usr/dash/static/sh ${D}${base_bindir}/sh
9 install -m 755 usr/kinit/static/kinit ${D}${base_bindir}/kinit
10 install -m 755 usr/gzip/gzip ${D}${base_bindir}
14 install -m 755 usr/kinit/fstype/${KLIBC_UTILS_VARIANT}/fstype ${D}${base_bindir}
15 install -m 755 usr/kinit/ipconfig/${KLIBC_UTILS_VARIANT}/ipconfig ${D}${base_bindir}
16 install -m 755 usr/kinit/nfsmount/${KLIBC_UTILS_VARIANT}/nfsmount ${D}${base_bindir}
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0002-Fix-vpnc-install-for-cross-compile.patch4 Subject: [PATCH 2/8] Fix vpnc install for cross compile
16 @@ -133,21 +133,21 @@ install-common: all
18 install vpnc-script $(DESTDIR)$(ETCDIR); \
20 - install -m600 vpnc.conf $(DESTDIR)$(ETCDIR)/default.conf
21 - install -m755 vpnc-disconnect $(DESTDIR)$(SBINDIR)
22 - install -m755 pcf2vpnc $(DESTDIR)$(BINDIR)
23 - install -m644 vpnc.8 $(DESTDIR)$(MANDIR)/man8
24 - install -m644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1
25 - install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1
26 - install -m644 COPYING $(DESTDIR)$(DOCDIR)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mime-support/
H A Dmime-support_3.62.bb24 install -d ${D}${sysconfdir}
25 install -d ${D}${libdir}/mime/packages
26 install -d ${D}${docdir}
27 install -d ${D}${sbindir}
28 install -d ${D}${bindir}
29 install -d ${D}${mandir}/man1
30 install -d ${D}${mandir}/man5
31 install -d ${D}${mandir}/man8
32 install -m 644 mime.types ${D}${sysconfdir}/
33 install -m 644 mailcap ${D}${libdir}/mime/
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0001-Use-DESTDIR-in-install-Makefile-rule.patch4 Subject: [PATCH] Use DESTDIR in "install" Makefile rule
8 make install DESTDIR=~/mysysroot
24 install:
25 - $(INSTALL) -d -m 0755 $(BINDIR)
26 - $(INSTALL) -m 755 $(srcdir)/cdparanoia $(BINDIR)
27 - $(INSTALL) -d -m 0755 $(MANDIR)
28 - $(INSTALL) -d -m 0755 $(MANDIR)/man1
29 - $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(MANDIR)/man1
30 - $(INSTALL) -d -m 0755 $(INCLUDEDIR)
31 - $(INSTALL) -m 0644 $(srcdir)/paranoia/cdda_paranoia.h $(INCLUDEDIR)
[all …]
H A Dout-of-tree-build.patch21 install:
22 $(INSTALL) -d -m 0755 $(DESTDIR)$(BINDIR)
23 - $(INSTALL) -m 755 $(srcdir)/cdparanoia $(DESTDIR)$(BINDIR)
24 + $(INSTALL) -m 755 $(top_builddir)/cdparanoia $(DESTDIR)$(BINDIR)
25 $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR)
26 $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR)/man1
27 - $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1
28 + $(INSTALL) -m 0644 $(top_srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1
29 $(INSTALL) -d -m 0755 $(DESTDIR)$(INCLUDEDIR)
30 - $(INSTALL) -m 0644 $(srcdir)/paranoia/cdda_paranoia.h $(DESTDIR)$(INCLUDEDIR)
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch77 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PCFILE}"
91 -install(TARGETS containers DESTINATION lib)
92 +install(TARGETS containers DESTINATION ${CMAKE_INSTALL_LIBDIR})
104 -install(TARGETS containers_test DESTINATION bin)
105 +install(TARGETS containers_test DESTINATION ${CMAKE_INSTALL_BINDIR})
110 -install(TARGETS containers_check_frame_int DESTINATION bin)
111 +install(TARGETS containers_check_frame_int DESTINATION ${CMAKE_INSTALL_BINDIR})
116 -#install(TARGETS containers_autotest DESTINATION bin)
117 +#install(TARGETS containers_autotest DESTINATION ${CMAKE_INSTALL_BINDIR})
125 -install(TARGETS containers_stream_client DESTINATION bin)
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend66 install -d ${D}${datadir}/phosphor-gpio-monitor
67 install -m 0644 ${UNPACKDIR}/yosemite4-phosphor-multi-gpio-monitor.json \
69install -m 0644 ${UNPACKDIR}/set-button-sled.service ${D}${systemd_system_unitdir}/set-button-sled…
70install -m 0644 ${UNPACKDIR}/probe-slot-device@.service ${D}${systemd_system_unitdir}/probe-slot-d…
71install -m 0644 ${UNPACKDIR}/rescan-fru-ocp-setting@.service ${D}${systemd_system_unitdir}/rescan-…
72install -m 0644 ${UNPACKDIR}/slot-hot-plug@.service ${D}${systemd_system_unitdir}/slot-hot-plug@.s…
73 install -m 0644 ${UNPACKDIR}/setup-nic-endpoint-slot@.service ${D}${systemd_system_unitdir}/
74install -m 0644 ${UNPACKDIR}/reconfig-net-interface@.service ${D}${systemd_system_unitdir}/reconf…
75 install -m 0644 ${UNPACKDIR}/remove-nic-endpoint-slot@.service ${D}${systemd_system_unitdir}/
76 install -m 0644 ${UNPACKDIR}/rescan-wf-bic@.service ${D}${systemd_system_unitdir}/
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A Dunstrip.patch3 Dont strip during install let the packaging handle it
13 install : $(BIN)
14 install -d $(DESTDIR)$(BIN_DIR)
15 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
16 + install $(BIN) $(DESTDIR)$(BIN_DIR)
23 install : $(BIN)
24 install -d $(DESTDIR)$(BIN_DIR)
25 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
26 + install $(BIN) $(DESTDIR)$(BIN_DIR)
33 install : $(BIN)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D150-use_DESTDIR.patch3 Make install rules use DESTDIR.
4 Split installation of the utilitity from the global install.
28 - $(INSTALL) $(LIB_TH_SL) $(shlibdir)
30 + $(INSTALL) $(LIB_TH_SL) $(DESTDIR)/$(shlibdir)
34 - $(INSTALL) $(LIB_TH) $(libdir)
36 + $(INSTALL) $(LIB_TH) $(DESTDIR)/$(libdir)
37 @CXX_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library"
38 @SL_OFF@ @echo "Enter 'make installthsl' to install the threaded shared-library"
42 - $(INSTALL) $(LIB_TH_CXX_SL) $(shlibdir)
44 + $(INSTALL) $(LIB_TH_CXX_SL) $(DESTDIR)/$(shlibdir)
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb72 # Create directories and install device independent scripts
74 install -d ${D}${sysconfdir}/init.d
75 install -d ${D}${sysconfdir}/rcS.d
76 install -d ${D}${sysconfdir}/rc0.d
77 install -d ${D}${sysconfdir}/rc1.d
78 install -d ${D}${sysconfdir}/rc2.d
79 install -d ${D}${sysconfdir}/rc3.d
80 install -d ${D}${sysconfdir}/rc4.d
81 install -d ${D}${sysconfdir}/rc5.d
82 install -d ${D}${sysconfdir}/rc6.d
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0011-eglibc-Help-bootstrap-cross-toolchain.patch10 * Makefile (install-headers): Preserve old behavior: depend on
11 $(inst_includedir)/gnu/stubs.h only if install-bootstrap-headers
12 is set; otherwise, place gnu/stubs.h on the 'install-others' list.
16 * Makefile: Amend make install-headers to install everything
17 necessary for building a cross-compiler. Install gnu/stubs.h as
18 part of 'install-headers', not 'install-others'.
19 If install-bootstrap-headers is 'yes', install a dummy copy of
38 # What to install.
39 -install-others = $(inst_includedir)/gnu/stubs.h
40 install-bin-script =
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-bridge.bb100 # install udev rules if any
110 install -d ${D}/${sysconfdir}/systemd/network
111 install -m 0644 ${UNPACKDIR}/-ether-bridge.network ${D}/${sysconfdir}/systemd/network/
116 install -d -m0755 $netdir
133 install -m0644 ${UNPACKDIR}/-bmc-gbmcbr.netdev $netdir/
134 install -m0644 ${UNPACKDIR}/-bmc-gbmcbr.network.in $netdir/-bmc-gbmcbr.network
135 install -m0644 ${UNPACKDIR}/-bmc-gbmcbrdummy.netdev $netdir/
136 install -m0644 ${UNPACKDIR}/-bmc-gbmcbrdummy.network $netdir/
137 install -m0644 ${UNPACKDIR}/+-bmc-gbmcbrusb.network $netdir/
140 install -d -m0755 "$nftables_dir"
[all …]
/openbmc/openbmc/meta-security/recipes-ids/tripwire/
H A Dtripwire_2.4.3.7.bb35 install -d ${D}${libdir} ${D}${datadir} ${D}${base_libdir}
36 install -d ${D}${sysconfdir} ${D}${mandir} ${D}${sbindir}
37 install -d ${D}${sysconfdir}/${PN}
38 install -d ${D}${localstatedir}/lib/${PN} ${D}${localstatedir}/lib/${BPN}/report
39 install -d ${D}${mandir}/man4 ${D}${mandir}/man5 ${D}${mandir}/man8
40 install -d ${D}${docdir}/${BPN} ${D}${docdir}/${BPN}/templates
41 install -d ${D}${sysconfdir}/init.d
43 install -m 0755 ${S}/bin/* ${D}${sbindir}
44 install -m 0644 ${S}/lib/* ${D}${base_libdir}
45 install -m 0644 ${S}/lib/* ${D}${localstatedir}/lib/${PN}
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/
H A Dbreakpad_2023.06.01.bb56 install -d ${D}${includedir}
57 install -d ${D}${includedir}/breakpad
59 install -d ${D}${includedir}/breakpad/client/linux/crash_generation
60install -m 0644 ${S}/src/client/linux/crash_generation/crash_generation_client.h ${D}${includedir…
62 install -d ${D}${includedir}/breakpad/client/linux/handler/
63install -m 0644 ${S}/src/client/linux/handler/exception_handler.h ${D}${includedir}/breakpad/clien…
64install -m 0644 ${S}/src/client/linux/handler/minidump_descriptor.h ${D}${includedir}/breakpad/cli…
66 install -d ${D}${includedir}/breakpad/client/linux/dump_writer_common
67install -m 0644 ${S}/src/client/linux/dump_writer_common/mapping_info.h ${D}${includedir}/breakpad…
68install -m 0644 ${S}/src/client/linux/dump_writer_common/thread_info.h ${D}${includedir}/breakpad/…
[all …]
/openbmc/openbmc/meta-security/recipes-scanners/rootkits/
H A Dchkrootkit_0.58b.bb28 install -d ${D}/${libdir}/${PN}
29 install -d ${D}/${sbindir}
30 install -d ${D}/${docdir}/${PN}
32 install -m 644 ${B}/chkdirs ${D}/${libdir}/${PN}
33 install -m 644 ${B}/chklastlog ${D}/${libdir}/${PN}
34 install -m 644 ${B}/chkproc ${D}/${libdir}/${PN}
35 install -m 644 ${B}/chkutmp ${D}/${libdir}/${PN}
36 install -m 644 ${B}/chkwtmp ${D}/${libdir}/${PN}
37 install -m 644 ${B}/ifpromisc ${D}/${libdir}/${PN}
38 install -m 644 ${B}/strings-static ${D}/${libdir}/${PN}
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0002-add-install-targets-to-Makefiles.patch4 Subject: [PATCH] add "install" targets to Makefiles
32 +install:
33 + for target in $(TARGETS); do ($(MAKE) -C $$target install); done
46 +install: $(BIN)
47 + install -d $(DESTDIR)/usr/bin
48 + install -m 0755 $(BIN) $(DESTDIR)/usr/bin
61 +install:
73 +install: $(BIN)
74 + install -d $(DESTDIR)/usr/bin
75 + install -m 0755 $(BIN) $(DESTDIR)/usr/bin
[all …]
/openbmc/linux/tools/power/pm-graph/
H A DMakefile8 install : uninstall target
9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config
14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bb-build.patch28 # Set a site specific install program to use. Must support BSD style
29 # install(1) arguments.
31 -#INSTALL = install
32 +INSTALL = install
52 -install:
53 +install: install.man
55 install.man: rdist.man rdistd.man
56 + test -d ${MAN_1_DIR} || ${INSTALL} -d ${MAN_1_DIR}
57 + test -d ${MAN_8_DIR} || ${INSTALL} -d ${MAN_8_DIR}
58 ${INSTALL} ${INSTALL_ARGS} rdist.man ${CLIENT_DEST}
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/
H A Dlibjs-jquery-icheck_1.0.3.bb15 install -d ${D}${datadir}/javascript/jquery-icheck/
16 install -m 0644 ${S}/icheck.js ${D}${datadir}/javascript/jquery-icheck/
17 install -m 0644 ${S}/icheck.min.js ${D}${datadir}/javascript/jquery-icheck/
19 install -d ${D}${datadir}/javascript/jquery-icheck/skins/
20 install -m 0644 ${S}/skins/all.css ${D}${datadir}/javascript/jquery-icheck/skins/
22 install -d ${D}${datadir}/javascript/jquery-icheck/skins/flat/
23 install -m 0644 ${S}/skins/flat/* ${D}${datadir}/javascript/jquery-icheck/skins/flat/
25 install -d ${D}${datadir}/javascript/jquery-icheck/skins/futurico/
26install -m 0644 ${S}/skins/futurico/* ${D}${datadir}/javascript/jquery-icheck/skins/futurico/
28 install -d ${D}${datadir}/javascript/jquery-icheck/skins/line/
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dmakefile-destdir.patch4 Subject: [PATCH] Use DESTDIR within install to allow installing under a prefix
21 install:
23 - $(INSTALL) -m 755 vsftpd /usr/local/sbin/vsftpd; \
25 + $(INSTALL) -m 755 vsftpd ${DESTDIR}/usr/local/sbin/vsftpd; \
27 - $(INSTALL) -m 755 vsftpd /usr/sbin/vsftpd; fi
29 - $(INSTALL) -m 644 vsftpd.8 /usr/local/man/man8/vsftpd.8; \
30 - $(INSTALL) -m 644 vsftpd.conf.5 /usr/local/man/man5/vsftpd.conf.5; \
32 - $(INSTALL) -m 644 vsftpd.8 /usr/share/man/man8/vsftpd.8; \
33 - $(INSTALL) -m 644 vsftpd.conf.5 /usr/share/man/man5/vsftpd.conf.5; \
34 + $(INSTALL) -m 755 vsftpd ${DESTDIR}/usr/sbin/vsftpd; fi
[all …]
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend58 install -d ${D}${datadir}/phosphor-gpio-monitor
59 install -d ${D}${systemd_system_unitdir}/
60 install -d ${D}${libexecdir}/${PN}
62 install -m 0644 ${UNPACKDIR}/plat-phosphor-multi-gpio-monitor.json \
64 install -m 0644 ${UNPACKDIR}/plat-phosphor-multi-gpio-presence.json \
67 install -d ${D}${systemd_system_unitdir}/
68 install -m 0644 ${UNPACKDIR}/*.service ${D}${systemd_system_unitdir}/
70 install -d ${D}${libexecdir}/${PN}
71 install -m 0755 ${UNPACKDIR}/logging ${D}${libexecdir}/${PN}/
72 install -m 0755 ${UNPACKDIR}/multi-gpios-sys-init ${D}${libexecdir}/${PN}/
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/logcheck/
H A Dlogcheck_1.4.3.bb28 sed -i '/install -d $(DESTDIR)\/var\/lock\/logcheck/s/^/#/' Makefile
30 # "make install" do not install the manpages. Install them manually.
31 install -m 755 -d ${D}${mandir}/man1
32 install -m 755 -d ${D}${mandir}/man8
33 install -m 644 docs/logcheck-test.1 ${D}${mandir}/man1/
34 install -m 644 docs/logtail.8 ${D}${mandir}/man8/
35 install -m 644 docs/logtail2.8 ${D}${mandir}/man8/
37 install -m 755 -d ${D}${sysconfdir}/cron.d
38 install -m 644 debian/logcheck.cron.d ${D}${sysconfdir}/cron.d/logcheck
39 install -m 755 -d ${D}/var/lib/logcheck
[all …]

12345678910>>...193