diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-15 08:16:09 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-15 08:16:09 +0100 |
commit | a29dec91266d82672cbb5b0d83de074f39fd305a (patch) | |
tree | 8723a4c91bfd4ad1fd1d598f2261cbf6d741b643 | |
parent | e84c529c8766921335a65af61c54569a77d162f7 (diff) | |
download | vyatta-cfg-firewall-a29dec91266d82672cbb5b0d83de074f39fd305a.tar.gz vyatta-cfg-firewall-a29dec91266d82672cbb5b0d83de074f39fd305a.zip |
vyatta-cfg-firewall: update dh_gencontrol with new development flag
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d5cd7e3..9aaea04 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,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; \ else \ dh_gencontrol; \ |