summaryrefslogtreecommitdiffstats
path: root/packaging/deb/trusty/debuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/deb/trusty/debuild.sh')
-rwxr-xr-xpackaging/deb/trusty/debuild.sh2
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