------------------------------------------------------------
revno: 267
committer: Chong Yidong <c...@gnu.org>
branch nick: elpa
timestamp: Mon 2012-10-08 12:05:54 +0800
message:
  Fix address of the Org-mode daily in Makefile.
modified:
  Makefile
=== modified file 'Makefile'
--- a/Makefile  2011-07-01 23:31:51 +0000
+++ b/Makefile  2012-10-08 04:05:54 +0000
@@ -48,8 +48,8 @@
 
 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; \

Reply via email to