diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-20 07:06:57 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-20 07:06:57 +0100 |
commit | 0335e01323a083743c2ae7e135ef5dbf4c4b2ee9 (patch) | |
tree | 83e1e10539e99df4d3c1f8aae5665acce2699153 /debian | |
parent | 4831ea779d82461051c330ff7e7062175cbe9d61 (diff) | |
download | vyatta-op-vpn-0335e01323a083743c2ae7e135ef5dbf4c4b2ee9.tar.gz vyatta-op-vpn-0335e01323a083743c2ae7e135ef5dbf4c4b2ee9.zip |
vyatta-op-vpn: update dh_gencontrol with new development build flag
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1b0510c..4b68fde 100755 --- a/debian/rules +++ b/debian/rules @@ -91,7 +91,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; \ |