84c38ae308a1f6b4d461cc6a12ca04e1fc530ea9
[honeycomb.git] / packaging / deb / trusty / debuild.sh
1 #!/bin/bash
2 set -xe
3 DIR=$(dirname $0)
4 DIR=$(readlink -f ${DIR})
5
6 BUILD_FOLDER=$(${DIR}/../common/prepare.sh ${DIR} ${DIR}/debian honeycomb.conf /etc/init/)
7 ${DIR}/../common/debuild.sh ${BUILD_FOLDER}