summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-15 07:43:42 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-15 07:43:42 +0100
commiteb7d9d9f0f468576e379153b683954d1f24d03cd (patch)
tree506d8606a89d715181ca6b559de2c6084344409c
parentc3a29674717bdbfb4a7c268e74fdeb56953948b9 (diff)
downloadvyatta-cfg-eb7d9d9f0f468576e379153b683954d1f24d03cd.tar.gz
vyatta-cfg-eb7d9d9f0f468576e379153b683954d1f24d03cd.zip
vyatta-cfg: 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 6666366..e5da58a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ binary binary-arch binary-indep: install
dh_perl /opt/vyatta/share/perl5 /opt/vyatta/share/perl5/Vyatta
dh binary --after dh_perl --before dh_gencontrol
rm -f debian/*/DEBIAN/conffiles
- if [ -f "../.VYATTA_DEV_BUILD" ]; then \
+ if [ -f "../.VYOS_DEV_BUILD" ]; then \
dh_gencontrol -- -v999.dev; \
else \
dh_gencontrol; \