X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=dist-check.mk;fp=dist-check.mk;h=d63b5b6e09f76c96a87d954edf87fd431ccd20e0;hb=a31e237a15425b3345d40d2a22218ab1b8a1eeb3;hp=dc2093b95557af51da12e193effb020725e9cb28;hpb=2c8eb579ac40050c6c9e442fc9ee0990f05c604b;p=android-x86%2Fexternal-parted.git diff --git a/dist-check.mk b/dist-check.mk index dc2093b..d63b5b6 100644 --- a/dist-check.mk +++ b/dist-check.mk @@ -11,7 +11,7 @@ pfx=$(t)/i built_programs = \ $$(echo 'spy:;@echo $$(PROGRAMS)' \ - | MAKEFLAGS= $(MAKE) -s -C src -f Makefile -f - spy \ + | MAKEFLAGS= $(MAKE) -s -C parted -f Makefile -f - spy \ | fmt -1 | sed 's,$(EXEEXT)$$,,' | sort -u) # More than once, tainted build and source directory names would @@ -85,8 +85,8 @@ define my-instcheck && { fail=0; \ for i in $(built_programs); do \ test "$$i" = ginstall && i=install; \ - for j in "$(pfx)/bin/$$i" \ - "$(pfx)/share/man/man1/$$i.1"; do \ + for j in "$(pfx)/sbin/$$i" \ + "$(pfx)/share/man/man8/$$i.8"; do \ case $$j in *'[.1') continue;; esac; \ test -f "$$j" && : \ || { echo "$$j not installed"; fail=1; }; \