X-Git-Url: http://git.onelab.eu/?p=inotify-tools.git;a=blobdiff_plain;f=Makefile;h=661d080c1ab53c8d5fef9fd1a4a2bc41de7fca2f;hp=27f3142b04014247a76249219f26a8fdd04bef6f;hb=HEAD;hpb=94d914094d30a6ceada93dd9bcdba6d02933ec97 diff --git a/Makefile b/Makefile index 27f3142..661d080 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ SPECFILE = inotify-tools.spec version=3.13 -main.URL := http://mirror.onelab.eu/third-party/inotify-tools-$(version).tar.gz -main.SHA1SUM := cde7073529e68a31e0149bc7ca0a38ea043386cc +main.URL := http://build.planet-lab.org/third-party/inotify-tools-$(version).tar.gz +main.SHA1SUM := 4f9c027e441a84e78b36f9c1a87bf1896216b5ff main.FILE := $(notdir $(main.URL)) # Thierry - when called from within the build, PWD is /build @@ -20,7 +20,7 @@ $(main.FILE): #FORCE @if test "$$(sha1sum $@ | awk '{print $$1}')" != "$(main.SHA1SUM)" ; then \ echo "sha1sum of the downloaded $@ does not match the one from 'sources' file" ; \ echo "Local copy: $$(sha1sum $@)" ; \ - echo "In sources: $$(grep $@ sources)" ; \ + echo "In sources: $(main.SHA1SUM)" ; \ exit 1 ; \ else \ ls -l $@ ; \