Skip to content
Snippets Groups Projects
Commit 0b473962 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- create symlinks for easy tool execution within default paths of target system

parent 3f563dfb
No related branches found
No related tags found
No related merge requests found
Pipeline #5120 passed
......@@ -81,6 +81,10 @@ package-debian-job:
# copy project files to be packaged
- mkdir -p "${DEB_BUILD_DIR}/${INSTALL_PATH_VERAPDF_DEB}"
- cp -r "${INSTALL_PATH_VERAPDF_DEB}" "${DEB_BUILD_DIR}/${INSTALL_PATH_VERAPDF_DEB}/.."
# create symlinks for easy-of-use
- mkdir -p "${DEB_BUILD_DIR}/usr/local/bin"
- ln -s "${INSTALL_PATH_VERAPDF_DEB}/verapdf" "${DEB_BUILD_DIR}/usr/local/bin/verapdf"
- ln -s "${INSTALL_PATH_VERAPDF_DEB}/verapdf-gui" "${DEB_BUILD_DIR}/usr/local/bin/verapdf-gui"
# create deb control file from template
- sed "s#VERSION_PLACEHOLDER#${VERAPDF_VERSION}-${REVISION}#g" gitlab-ci/verapdf.control > "${DEB_BUILD_DIR}/DEBIAN/control"
# add checksums
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment