summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-06-14 12:16:14 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-06-14 12:16:14 +0100
commit74efbdea84264a5efc614fb4f16219e552107508 (patch)
tree0d4df3b05c3da64c1208e2a1c36d89e1a557796d
parent3451108bd906c8afba3d91c925664657840b6781 (diff)
downloadinitramfs-tools-74efbdea84264a5efc614fb4f16219e552107508.tar.gz
initramfs-tools-74efbdea84264a5efc614fb4f16219e552107508.zip
initramfs-tools: update dh_gencontrol with new development build flag
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 816ada0..f597d92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
dh $@
override_dh_gencontrol:
- if [ -f "../.VYATTA_DEV_BUILD" ]; then \
+ if [ -f "../.VYOS_DEV_BUILD" ]; then \
dh_gencontrol -- -v999.dev; \
else \
dh_gencontrol; \