diff options
Diffstat (limited to 'packaging/deb/trusty/debuild.sh')
-rwxr-xr-x | packaging/deb/trusty/debuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/deb/trusty/debuild.sh b/packaging/deb/trusty/debuild.sh index 84c38ae30..af991ce9e 100755 --- a/packaging/deb/trusty/debuild.sh +++ b/packaging/deb/trusty/debuild.sh @@ -3,5 +3,5 @@ set -xe DIR=$(dirname $0) DIR=$(readlink -f ${DIR}) -BUILD_FOLDER=$(${DIR}/../common/prepare.sh ${DIR} ${DIR}/debian honeycomb.conf /etc/init/) +BUILD_FOLDER=$(${DIR}/../common/prepare.sh ${DIR} ${DIR}/debian honeycomb.conf /etc/init/ ${DIR}/build_dependencies) ${DIR}/../common/debuild.sh ${BUILD_FOLDER}
\ No newline at end of file |