summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-21 11:23:48 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-21 11:23:48 +0100
commit4992e9f213a35eb405cb4c2155c6eb65288e4969 (patch)
treea3f682fc9658530bba381a6bbbe5c9530d78814c
parent42dfcf9699d80541aec94b6237e7b383509fdaee (diff)
downloadvyatta-wanloadbalance-4992e9f213a35eb405cb4c2155c6eb65288e4969.tar.gz
vyatta-wanloadbalance-4992e9f213a35eb405cb4c2155c6eb65288e4969.zip
vyatta-wanloadbalance: 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 e2aa041..fcf6244 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; \