summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-16 19:25:21 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-16 19:25:21 +0100
commit2f1c8dd9bab4541dede8cea053ce888af2b6f618 (patch)
treeea7d2e878a257b26ff304ff21d2498142ed3f009
parent161de3fda45fab3fee95830aeef27f0a321d8453 (diff)
downloadvyatta-cfg-quagga-2f1c8dd9bab4541dede8cea053ce888af2b6f618.tar.gz
vyatta-cfg-quagga-2f1c8dd9bab4541dede8cea053ce888af2b6f618.zip
vyatta-cfg-quagga: 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 787ca5bf..73e42d21 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; \