summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-17 19:52:59 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-17 19:52:59 +0100
commitf971ed6873d2a94ae659c9f7d74ff9b2ec7cdb21 (patch)
tree59bf61e84daa21d546322c17f1fce5849b084a6d
parent51fba647a5075f4e7f03fb464bee80be57e93ea0 (diff)
downloadvyatta-config-mgmt-f971ed6873d2a94ae659c9f7d74ff9b2ec7cdb21.tar.gz
vyatta-config-mgmt-f971ed6873d2a94ae659c9f7d74ff9b2ec7cdb21.zip
vyatta-config-mgmt: update dh_gencontrol with new development flag
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 3194128..c0c7eb4 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; \