diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6666366..e5da58a 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ binary binary-arch binary-indep: install dh_perl /opt/vyatta/share/perl5 /opt/vyatta/share/perl5/Vyatta dh binary --after dh_perl --before dh_gencontrol rm -f debian/*/DEBIAN/conffiles - if [ -f "../.VYATTA_DEV_BUILD" ]; then \ + if [ -f "../.VYOS_DEV_BUILD" ]; then \ dh_gencontrol -- -v999.dev; \ else \ dh_gencontrol; \ |