Lines Matching refs:install
18 # host system (see next paragraph for details). When we install using the
20 # or deb packages it will be executed by the %install section of the template,
40 # be done in a post-install step).
57 # I hope we never install to a folder with a new-line at the end of the name,
65 ## Prefix to install to.
71 ## Do not install Qt front-end-related files.
75 ## Do not install the web service.
158 --install-folder)
177 # Note: install(1) is not POSIX, but it is available on Linux, Darwin and all
179 install -d -g 0 -o 0 "${PREFIX}/bin"
180 install -d -g 0 -o 0 "${PREFIX}/share/applications"
181 # We use this as our base install folder.
184 install -d -g 0 -o 0 "${PREFIX}/share/pixmaps"
186 install -d -g 0 -o 0 "${PREFIX}/share/icons/hicolor"
193 install -d -g 0 -o 0 "${PREFIX}/share/icons/hicolor/${folder}/apps"
196 install -d -g 0 -o 0 "${PREFIX}/share/icons/hicolor/${folder}/mimetypes"
203 install -d -g 0 -o 0 "${PREFIX}/share/mime/packages"
211 install -D -g 0 -o 0 -m 644 "${INSTALL_SOURCE}/VBox.sh" "${PREFIX}/bin/VBox"
216 "${PYTHON_COMMAND}" "vboxapisetup.py" install --root "${ROOT}" --prefix "${RELATIVE_PREFIX}"
237 install -d -g 0 -o 0 "${PREFIX}/share/${PACKAGE}"
270 rm "${INSTALL_SOURCE}/scripts/install.sh"
272 install -d -g 0 -o 0 "${INSTALL_SOURCE}/ExtensionPacks"