Tagging module inotify-tools - inotify-tools-3.13-2
[inotify-tools.git] / Makefile
index 8c34c02..661d080 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 7299 2007-12-04 11:59:41Z thierry $
+# $Id$
 CURL   := curl -H Pragma: -O -R -S --fail --show-error
 SHA1SUM        = sha1sum
 
@@ -7,8 +7,8 @@ SPECFILE = inotify-tools.spec
 
 version=3.13
 
-main.URL       := http://dl.sf.net/inotify-tools/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 $@ ; \