diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-18 21:16:37 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-18 21:16:37 +0100 |
commit | ccc8823ed1dccd560d53340bf8aefeff258b410e (patch) | |
tree | a38d92fa79472fee4798e6594494812da47819ea /debian | |
parent | 94974f387b363a469028f5ea01a0a7940086aa29 (diff) | |
download | vyatta-op-ccc8823ed1dccd560d53340bf8aefeff258b410e.tar.gz vyatta-op-ccc8823ed1dccd560d53340bf8aefeff258b410e.zip |
vyatta-op: update dh_gencontrol with new development build flag
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c60eaa7..b26e93d 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,7 @@ binary-indep: build install dh_fixperms dh_installdeb rm -f debian/*/DEBIAN/conffiles - if [ -f "../.VYATTA_DEV_BUILD" ]; then \ + if [ -f "../.VYOS_DEV_BUILD" ]; then \ dh_gencontrol -- -v999.dev; \ else \ dh_gencontrol; \ |