From ccc8823ed1dccd560d53340bf8aefeff258b410e Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Thu, 18 Jun 2015 21:16:37 +0100 Subject: vyatta-op: update dh_gencontrol with new development build flag --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- cgit v1.2.3