summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-17 23:41:20 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-17 23:41:20 +0100
commit5524233f36d407172b2ebb0a755fb8a641f46e0c (patch)
treefe3cf54ba09107825d6d0fdd5fa036e8bbaba415
parent06bb6c710ffbc30fdff11e52be6bda774c05dc2b (diff)
downloadvyatta-conntrack-5524233f36d407172b2ebb0a755fb8a641f46e0c.tar.gz
vyatta-conntrack-5524233f36d407172b2ebb0a755fb8a641f46e0c.zip
vyatta-conntrack: 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 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; \