diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-16 19:21:43 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-16 19:21:43 +0100 |
commit | fd70619b18a0e14044c445349389acedbfc53444 (patch) | |
tree | 618c96b01874a747ba2dd0930154132b532be5cd | |
parent | f8a3af0fd741899a8db0e0f81bbe032e95d86a24 (diff) | |
download | vyatta-cfg-qos-fd70619b18a0e14044c445349389acedbfc53444.tar.gz vyatta-cfg-qos-fd70619b18a0e14044c445349389acedbfc53444.zip |
vyatta-cfg-qos: update dh_gencontrol with new development build flag
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index df2609a..f455615 100755 --- a/debian/rules +++ b/debian/rules @@ -81,7 +81,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; \ |