summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-19 20:36:21 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-19 20:36:21 +0100
commit2209709dab88d5bf89d65e189f6d23ac2ffecd49 (patch)
tree2d370258291f844fd754606958fdd0dddfc60635
parent3dd237f9649c00b1be62e5d68a9cbd9fa0bd4c01 (diff)
downloadvyatta-op-qos-2209709dab88d5bf89d65e189f6d23ac2ffecd49.tar.gz
vyatta-op-qos-2209709dab88d5bf89d65e189f6d23ac2ffecd49.zip
vyatta-op-qos: 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 d1bee29..294210f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,7 +89,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; \