diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-17 19:52:59 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-17 19:52:59 +0100 |
commit | f971ed6873d2a94ae659c9f7d74ff9b2ec7cdb21 (patch) | |
tree | 59bf61e84daa21d546322c17f1fce5849b084a6d | |
parent | 51fba647a5075f4e7f03fb464bee80be57e93ea0 (diff) | |
download | vyatta-config-mgmt-f971ed6873d2a94ae659c9f7d74ff9b2ec7cdb21.tar.gz vyatta-config-mgmt-f971ed6873d2a94ae659c9f7d74ff9b2ec7cdb21.zip |
vyatta-config-mgmt: 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 3194128..c0c7eb4 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; \ |