From 1ff6994e2c65350ceb0a4c6aa2d37a0f9e4fe109 Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Fri, 19 Jun 2015 07:37:44 +0100 Subject: vyatta-nat: 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 ab013d7..8beeac2 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; \ -- cgit v1.2.3