emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] /srv/bzr/emacs/elpa r267: Fix address of the Org-mode daily


From: Chong Yidong
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r267: Fix address of the Org-mode daily in Makefile.
Date: Mon, 08 Oct 2012 12:05:54 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 267
committer: Chong Yidong <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]