[parted-devel] [PATCH 10/10] Tweak distcheck.

Joel Granados Moreno jgranado at redhat.com
Wed Jun 10 17:05:55 UTC 2009


* dist-check.mk (install-transform-check): The binaries will be located
in /sbin instead of /bin.
---
 dist-check.mk |    2 +-
 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
 
-- 
1.6.0.6




More information about the parted-devel mailing list