diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-16 19:25:21 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-16 19:25:21 +0100 |
commit | 2f1c8dd9bab4541dede8cea053ce888af2b6f618 (patch) | |
tree | ea7d2e878a257b26ff304ff21d2498142ed3f009 /debian/rules | |
parent | 161de3fda45fab3fee95830aeef27f0a321d8453 (diff) | |
download | vyatta-cfg-quagga-2f1c8dd9bab4541dede8cea053ce888af2b6f618.tar.gz vyatta-cfg-quagga-2f1c8dd9bab4541dede8cea053ce888af2b6f618.zip |
vyatta-cfg-quagga: update dh_gencontrol with new development build flag
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 787ca5bf..73e42d21 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; \ |