diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-06 03:00:34 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-06 03:00:34 -0300 |
commit | ebc66c503aad4df99f8660f2e4557c23cdc24fd3 (patch) | |
tree | 7e3e72fa33dc72d7b1705bdc0881053dc55f28ac /treepkg | |
parent | 94b94c9ea476e4e791219bd2c017741a3274bbc5 (diff) |
_pkg contained the depth also
Diffstat (limited to 'treepkg')
-rwxr-xr-x | treepkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ if [ ${DEPTH} -eq 0 ]; then pushd "${BUILDDIR}/${_pkg}" >/dev/null ${FULLBUILDCMD} # Run local release hook with $1 = $repo - ${HOOKLOCALRELEASE} $(egrep ";${_pkg};" "${BUILDORDER}" | cut -d';' -f6) + ${HOOKLOCALRELEASE} $(egrep ";${_pkg#*_};" "${BUILDORDER}" | cut -d';' -f6) popd >/dev/null done |