diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-23 20:42:26 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-23 20:42:26 +0100 |
commit | 84f00a30c6ab04b326be719aa06046a02f1d9d42 (patch) | |
tree | d36ee4086f3741d5386f73aeb108b717e60c6443 | |
parent | fd71af45ae98a620cbd14d81632457b1bd2641bb (diff) | |
download | vyatta-zone-84f00a30c6ab04b326be719aa06046a02f1d9d42.tar.gz vyatta-zone-84f00a30c6ab04b326be719aa06046a02f1d9d42.zip |
vyatta-zone: update dh_gencontrol with new development build flag
-rwxr-xr-x | debian/rules | 2 |
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; \ |