From a269596f01e565994d7a4538809834e13a10341c Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Mon, 15 Jun 2015 07:10:53 +0100 Subject: vyatta-bash: update dh_gencontrol with new development build flag --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 54c4779..72c11c2 100755 --- a/debian/rules +++ b/debian/rules @@ -144,7 +144,7 @@ binary-bash: bash-install dh_fixperms -p$(p) dh_shlibdeps -p$(p) -- -dPre-Depends $(d)/bin/vbash dh_installdeb -p$(p) - if [ -f "../.VYATTA_DEV_BUILD" ]; then \ + if [ -f "../.VYOS_DEV_BUILD" ]; then \ dh_gencontrol -p$(p) -- -v999.dev; \ else \ dh_gencontrol -p$(p); \ -- cgit v1.2.3