summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist-check.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-check.mk b/dist-check.mk
index 16f3859..40e909c 100644
--- a/dist-check.mk
+++ b/dist-check.mk
@@ -46,7 +46,7 @@ define install-transform-check
&& rm -rf $(pfx) \
&& $(MAKE) program_transform_name='s/.*/zyx/' \
prefix=$(pfx) install \
- && test "$$(echo $(pfx)/bin/*)" = "$(pfx)/bin/zyx" \
+ && test "$$(echo $(pfx)/sbin/*)" = "$(pfx)/sbin/zyx" \
&& test "$$(find $(pfx)/share/man -type f|sed 's,.*/,,;s,\..*,,')" = "zyx"
endef