summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-14 11:48:14 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-14 11:49:12 +0100
commit9b1e47754b8843ec30a88ee150a03efe9991870e (patch)
tree8602b42d0825c9d2dba8359a78ab973db593aefe
parent70117c90e461334385984f60e169c06468fe6196 (diff)
downloadconntrack-tools-9b1e47754b8843ec30a88ee150a03efe9991870e.tar.gz
conntrack-tools-9b1e47754b8843ec30a88ee150a03efe9991870e.zip
conntrack: 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 3073583..11a1b34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,7 @@ binary-arch: build install
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -av
- if [ -f "../.VYATTA_DEV_BUILD" ]; then \
+ if [ -f "../.VYOS_DEV_BUILD" ]; then \
dh_gencontrol -- -v999.dev; \
else \
dh_gencontrol; \