diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-19 07:37:44 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-19 07:37:44 +0100 |
commit | 1ff6994e2c65350ceb0a4c6aa2d37a0f9e4fe109 (patch) | |
tree | a777419a7b42517ecde14320e830b2ca26064694 | |
parent | d30dec6331674aaf3b85d16ba18b320be824f035 (diff) | |
download | vyatta-nat-1ff6994e2c65350ceb0a4c6aa2d37a0f9e4fe109.tar.gz vyatta-nat-1ff6994e2c65350ceb0a4c6aa2d37a0f9e4fe109.zip |
vyatta-nat: 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 ab013d7..8beeac2 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,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; \ |