on travis, move built deb file for easier access

This commit is contained in:
Job Evers 2016-05-28 10:55:15 -05:00
parent 7385cb0c89
commit f3e6b2ab57

View file

@ -164,3 +164,7 @@ $SUDO chown root:root debian-binary control.tar.gz data.tar.xz
ar r "$PACKAGE" debian-binary control.tar.gz data.tar.xz
# TODO: we can append to data.tar instead of extracting it all and recompressing
if [[ -n "${TRAVIS_BUILD_DIR}" ]]; then
mv "${PACKAGE}" "${TRAVIS_BUILD_DIR}/${PACKAGE}"
fi