From 34386567878a879bbf24d53e262581289b2d0a21 Mon Sep 17 00:00:00 2001 From: Joel Granados Moreno Date: Wed, 10 Jun 2009 19:05:55 +0200 Subject: [PATCH] Tweak distcheck. * dist-check.mk (install-transform-check): The binaries will be located in /sbin instead of /bin. --- dist-check.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0