summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f43d6fc..d26d48c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,7 +88,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; \