diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-25 23:00:53 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-25 23:00:53 +0100 |
commit | e095e1f76f2ece59538086ca8b5485d83c7e177f (patch) | |
tree | 9718edd008d69804973c3f5b7aa9614b85634c92 | |
parent | 62132a44e43c08a9b4a379510c7fcea1cc0aa07d (diff) | |
download | vyos-nhrp-e095e1f76f2ece59538086ca8b5485d83c7e177f.tar.gz vyos-nhrp-e095e1f76f2ece59538086ca8b5485d83c7e177f.zip |
vyos-nhrp: 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 0b665b2..16e01ca 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; \ |