diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-15 07:10:53 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-15 07:10:53 +0100 |
commit | a269596f01e565994d7a4538809834e13a10341c (patch) | |
tree | 3cf53048322326ab6a92c65cd2409afc7df76c14 | |
parent | c48c9489b0d29044c67441ae27eeecc9eb4d152e (diff) | |
download | vyatta-bash-a269596f01e565994d7a4538809834e13a10341c.tar.gz vyatta-bash-a269596f01e565994d7a4538809834e13a10341c.zip |
vyatta-bash: 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 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); \ |