summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-15 07:10:53 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-15 07:10:53 +0100
commita269596f01e565994d7a4538809834e13a10341c (patch)
tree3cf53048322326ab6a92c65cd2409afc7df76c14
parentc48c9489b0d29044c67441ae27eeecc9eb4d152e (diff)
downloadvyatta-bash-a269596f01e565994d7a4538809834e13a10341c.tar.gz
vyatta-bash-a269596f01e565994d7a4538809834e13a10341c.zip
vyatta-bash: update dh_gencontrol with new development build flag
-rwxr-xr-xdebian/rules2
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); \