summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-15 07:35:56 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-15 07:35:56 +0100
commit0424ef1d2e728927b127f2cb7b6248f054661f74 (patch)
treea27da9fc9f26da617ae2b672383606dee9abf0ef
parent1766e5946092495df7943934e87b0c61855a3c46 (diff)
downloadvyatta-biosdevname-0424ef1d2e728927b127f2cb7b6248f054661f74.tar.gz
vyatta-biosdevname-0424ef1d2e728927b127f2cb7b6248f054661f74.zip
vyatta-biosdevname: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 84d3841..bb95bd5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,7 +94,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; \