X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/debf08b0415cf0f9d35338cfb280bde8628619eb..4cfab58ae5b052884e1a42277a45aab23f3b1798:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index ac1d8d6415..528d69d998 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -485,8 +485,7 @@ fpm_build_virtualenv () { ;; esac - if [[ "$PKG" != "libpam-arvados" ]] && - [[ "$PKG" != "arvados-docker-cleaner" ]]; then + if [[ "$PKG" != "arvados-docker-cleaner" ]]; then PYTHON_PKG=$PACKAGE_PREFIX-$PKG else # Exception to our package naming convention @@ -698,15 +697,6 @@ fpm_build_virtualenv () { done fi - # the libpam module should place a few files in the correct place for the pam - # subsystem - if [[ -e "$WORKSPACE/$PKG_DIR/dist/build/usr/share/$python/dist/$PYTHON_PKG/lib/security/libpam_arvados.py" ]]; then - COMMAND_ARR+=("usr/share/$python/dist/$PYTHON_PKG/lib/security/libpam_arvados.py=/usr/lib/security/") - fi - if [[ -e "$WORKSPACE/$PKG_DIR/dist/build/usr/share/$python/dist/$PYTHON_PKG/share/pam-configs/arvados" ]]; then - COMMAND_ARR+=("usr/share/$python/dist/$PYTHON_PKG/share/pam-configs/arvados=/usr/share/pam-configs/") - fi - # the python-arvados-cwl-runner package comes with cwltool, expose that version if [[ -e "$WORKSPACE/$PKG_DIR/dist/build/usr/share/python2.7/dist/python-arvados-cwl-runner/bin/cwltool" ]]; then COMMAND_ARR+=("usr/share/python2.7/dist/python-arvados-cwl-runner/bin/cwltool=/usr/bin/")