summaryrefslogtreecommitdiff
path: root/scripts/t/mk/vendor.mk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t/mk/vendor.mk')
-rw-r--r--scripts/t/mk/vendor.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/t/mk/vendor.mk b/scripts/t/mk/vendor.mk
index 371b39c87..4e0d9ff89 100644
--- a/scripts/t/mk/vendor.mk
+++ b/scripts/t/mk/vendor.mk
@@ -3,3 +3,4 @@ include $(srcdir)/mk/vendor.mk
test:
test "$(DEB_VENDOR)" = "Debian"
test "$(DEB_PARENT_VENDOR)" = ""
+ test "$(shell $(call dpkg_vendor_derives_from,debian))" = "yes"