Fix pbin digest hook
This commit is contained in:
parent
aeb8f23c91
commit
c55a765758
@ -5,7 +5,7 @@ source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
|
|||||||
_my_pbin_repo="hasufell-binhost"
|
_my_pbin_repo="hasufell-binhost"
|
||||||
|
|
||||||
if [[ ${CAVE_PERFORM_CMDLINE_destination} == ${_my_pbin_repo} ]] ; then
|
if [[ ${CAVE_PERFORM_CMDLINE_destination} == ${_my_pbin_repo} ]] ; then
|
||||||
_mypn=$(cave print-ids --matching "${TARGET}" -f '%c/%p')
|
_mypn=$(cave print-ids --matching "=${TARGET}" -f '%c/%p')
|
||||||
einfo "Updating ${_mypn} digest in ${_my_pbin_repo}"
|
einfo "Updating ${_mypn} digest in ${_my_pbin_repo}"
|
||||||
|
|
||||||
cave digest ${_mypn} ${_my_pbin_repo}
|
cave digest ${_mypn} ${_my_pbin_repo}
|
||||||
|
Loading…
Reference in New Issue
Block a user