blob: 84c38ae308a1f6b4d461cc6a12ca04e1fc530ea9 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
set -xe
DIR=$(dirname $0)
DIR=$(readlink -f ${DIR})
BUILD_FOLDER=$(${DIR}/../common/prepare.sh ${DIR} ${DIR}/debian honeycomb.conf /etc/init/)
${DIR}/../common/debuild.sh ${BUILD_FOLDER}
|