summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-16 20:39:59 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-16 20:39:59 +0100
commitde88d2067d29cdd81dd620e3226a833eaa03b80b (patch)
tree34103158d666cea61536bc0a16e00bb19742bf5c
parent05925f587f2ff31cf29ea74835ba70a4a1e76e93 (diff)
downloadvyatta-cluster-de88d2067d29cdd81dd620e3226a833eaa03b80b.tar.gz
vyatta-cluster-de88d2067d29cdd81dd620e3226a833eaa03b80b.zip
vyatta-cluster: 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 daed2de..9616eb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,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; \