diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-17 23:41:20 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-17 23:41:20 +0100 |
commit | 5524233f36d407172b2ebb0a755fb8a641f46e0c (patch) | |
tree | fe3cf54ba09107825d6d0fdd5fa036e8bbaba415 | |
parent | 06bb6c710ffbc30fdff11e52be6bda774c05dc2b (diff) | |
download | vyatta-conntrack-5524233f36d407172b2ebb0a755fb8a641f46e0c.tar.gz vyatta-conntrack-5524233f36d407172b2ebb0a755fb8a641f46e0c.zip |
vyatta-conntrack: 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 07138a2..418f58d 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; \ |