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.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/deb/trusty/debuild.sh b/packaging/deb/trusty/debuild.sh
new file mode 100755
index 000000000..84c38ae30
--- /dev/null
+++ b/packaging/deb/trusty/debuild.sh
@@ -0,0 +1,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} \ No newline at end of file