summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-15 08:16:09 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-15 08:16:09 +0100
commita29dec91266d82672cbb5b0d83de074f39fd305a (patch)
tree8723a4c91bfd4ad1fd1d598f2261cbf6d741b643
parente84c529c8766921335a65af61c54569a77d162f7 (diff)
downloadvyatta-cfg-firewall-a29dec91266d82672cbb5b0d83de074f39fd305a.tar.gz
vyatta-cfg-firewall-a29dec91266d82672cbb5b0d83de074f39fd305a.zip
vyatta-cfg-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 d5cd7e3..9aaea04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,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; \