diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-16 07:48:15 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-16 07:48:15 +0100 |
commit | 97747570f9c16439c6286e142971b73d952b58a9 (patch) | |
tree | 75f197d3b5af04074429162b83bdef0359a469aa | |
parent | 8941d07b8b8d6d3a6c001f36b4f931111ad18cb4 (diff) | |
download | vyatta-cfg-system-97747570f9c16439c6286e142971b73d952b58a9.tar.gz vyatta-cfg-system-97747570f9c16439c6286e142971b73d952b58a9.zip |
vyatta-cfg-system: update dh_gencontrol with new development build flag
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 96038c44..4f9e89fa 100755 --- a/debian/rules +++ b/debian/rules @@ -96,7 +96,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 $(SUBSTVARS); \ else \ dh_gencontrol $(SUBSTVARS); \ |