diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-15 07:35:56 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-15 07:35:56 +0100 |
commit | 0424ef1d2e728927b127f2cb7b6248f054661f74 (patch) | |
tree | a27da9fc9f26da617ae2b672383606dee9abf0ef /debian | |
parent | 1766e5946092495df7943934e87b0c61855a3c46 (diff) | |
download | vyatta-biosdevname-0424ef1d2e728927b127f2cb7b6248f054661f74.tar.gz vyatta-biosdevname-0424ef1d2e728927b127f2cb7b6248f054661f74.zip |
vyatta-biosdevname: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 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; \ |