]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Fix address of the Org-mode daily in Makefile.
[gnu-emacs-elpa] / Makefile
index f62ab67cc0bf3f3c82a88a2425aaa9f64c6bbf4f..77920f76365ef45dbf494c6d5d8268cfdb8f437f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,8 @@ archive-full: archive-tmp org-fetch
 
 org-fetch: archive-tmp
        cd archive-tmp/packages; \
-       pkgname=`curl -s http://orgmode.org/pkg/daily/|perl -ne 'push @f, $$1 if m/(org-\d{8})\.tar/; END { @f = sort @f; print "$$f[-1]\n"}'`; \
-       wget http://orgmode.org/pkg/daily/$${pkgname}.tar -O $${pkgname}.tar; \
+       pkgname=`curl -s http://orgmode.org/elpa/|perl -ne 'push @f, $1 if m/(org-\d{8})\.tar/; END { @f = sort @f; print "$f[-1]\n"}'`; \
+       wget -q http://orgmode.org/elpa/${pkgname}.tar -O ${pkgname}.tar; \
        if [ -f $${pkgname}.tar ]; then \
                tar xf $${pkgname}.tar; \
                rm -f $${pkgname}.tar; \