summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-19 20:32:12 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-19 20:32:12 +0100
commite51722121411505c6ef1134941df0f6aba908256 (patch)
treeacf27a95dd2f19ac15ad3a41788decab157e22bc
parenta1cb8b9988fcef94d5d5432542779bc4b3cc3247 (diff)
downloadvyatta-op-firewall-e51722121411505c6ef1134941df0f6aba908256.tar.gz
vyatta-op-firewall-e51722121411505c6ef1134941df0f6aba908256.zip
vyatta-op-firewall: update dh_gencontrol with new development flag
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8dd29ab..1182f81 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; \