diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-16 20:39:59 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-16 20:39:59 +0100 |
commit | de88d2067d29cdd81dd620e3226a833eaa03b80b (patch) | |
tree | 34103158d666cea61536bc0a16e00bb19742bf5c | |
parent | 05925f587f2ff31cf29ea74835ba70a4a1e76e93 (diff) | |
download | vyatta-cluster-de88d2067d29cdd81dd620e3226a833eaa03b80b.tar.gz vyatta-cluster-de88d2067d29cdd81dd620e3226a833eaa03b80b.zip |
vyatta-cluster: 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 daed2de..9616eb0 100755 --- a/debian/rules +++ b/debian/rules @@ -90,7 +90,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; \ |