summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-20 07:06:57 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-20 07:06:57 +0100
commit0335e01323a083743c2ae7e135ef5dbf4c4b2ee9 (patch)
tree83e1e10539e99df4d3c1f8aae5665acce2699153 /debian
parent4831ea779d82461051c330ff7e7062175cbe9d61 (diff)
downloadvyatta-op-vpn-0335e01323a083743c2ae7e135ef5dbf4c4b2ee9.tar.gz
vyatta-op-vpn-0335e01323a083743c2ae7e135ef5dbf4c4b2ee9.zip
vyatta-op-vpn: update dh_gencontrol with new development build flag
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 1b0510c..4b68fde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,7 +91,7 @@ binary-indep: build install
dh_fixperms
dh_installdeb
dh_shlibdeps
- if [ -f "../.VYATTA_DEV_BUILD" ]; then \
+ if [ -f "../.VYOS_DEV_BUILD" ]; then \
dh_gencontrol -- -v999.dev; \
else \
dh_gencontrol; \