diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-21 11:23:48 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-21 11:23:48 +0100 |
commit | 4992e9f213a35eb405cb4c2155c6eb65288e4969 (patch) | |
tree | a3f682fc9658530bba381a6bbbe5c9530d78814c | |
parent | 42dfcf9699d80541aec94b6237e7b383509fdaee (diff) | |
download | vyatta-wanloadbalance-4992e9f213a35eb405cb4c2155c6eb65288e4969.tar.gz vyatta-wanloadbalance-4992e9f213a35eb405cb4c2155c6eb65288e4969.zip |
vyatta-wanloadbalance: update dh_gencontrol with new development flag
-rwxr-xr-x | debian/rules | 2 |
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; \ |