summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-23 20:42:26 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-23 20:42:26 +0100
commit84f00a30c6ab04b326be719aa06046a02f1d9d42 (patch)
treed36ee4086f3741d5386f73aeb108b717e60c6443
parentfd71af45ae98a620cbd14d81632457b1bd2641bb (diff)
downloadvyatta-zone-84f00a30c6ab04b326be719aa06046a02f1d9d42.tar.gz
vyatta-zone-84f00a30c6ab04b326be719aa06046a02f1d9d42.zip
vyatta-zone: update dh_gencontrol with new development build flag
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f43d6fc..d26d48c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,7 +88,7 @@ binary-indep: build install
dh_compress
dh_fixperms
dh_installdeb
- if [ -f "../.VYATTA_DEV_BUILD" ]; then \
+ if [ -f "../.VYOS_DEV_BUILD" ]; then \
dh_gencontrol -- -v999.dev; \
else \
dh_gencontrol; \