summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-25 23:00:53 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-25 23:00:53 +0100
commite095e1f76f2ece59538086ca8b5485d83c7e177f (patch)
tree9718edd008d69804973c3f5b7aa9614b85634c92
parent62132a44e43c08a9b4a379510c7fcea1cc0aa07d (diff)
downloadvyos-nhrp-e095e1f76f2ece59538086ca8b5485d83c7e177f.tar.gz
vyos-nhrp-e095e1f76f2ece59538086ca8b5485d83c7e177f.zip
vyos-nhrp: 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 0b665b2..16e01ca 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; \