diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-19 20:32:12 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-19 20:32:12 +0100 |
commit | e51722121411505c6ef1134941df0f6aba908256 (patch) | |
tree | acf27a95dd2f19ac15ad3a41788decab157e22bc | |
parent | a1cb8b9988fcef94d5d5432542779bc4b3cc3247 (diff) | |
download | vyatta-op-firewall-e51722121411505c6ef1134941df0f6aba908256.tar.gz vyatta-op-firewall-e51722121411505c6ef1134941df0f6aba908256.zip |
vyatta-op-firewall: 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 8dd29ab..1182f81 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; \ |