OSDN Git Service

Tweak distcheck.
authorJoel Granados Moreno <jgranado@redhat.com>
Wed, 10 Jun 2009 17:05:55 +0000 (19:05 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 10 Jun 2009 18:38:41 +0000 (20:38 +0200)
* dist-check.mk (install-transform-check): The binaries will be located
in /sbin instead of /bin.

dist-check.mk

index 16f3859..40e909c 100644 (file)
@@ -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