summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-26 18:27:27 +0200
committerBastien Guerry <bzg@altern.org>2012-09-26 18:27:27 +0200
commita1e645b2be8d8d41b607c06281f180d69a4c25a1 (patch)
treeedb4ce9662309f584e2069fa38a528f10b8cfd4e
parent0955505324bd0149e8bd2cd74687074c993c6822 (diff)
downloadorg-mode-a1e645b2be8d8d41b607c06281f180d69a4c25a1.tar.gz
mk/server.mk: Let's use /pkg/daily/ for now
-rw-r--r--mk/server.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/server.mk b/mk/server.mk
index 22523cb..d1233a4 100644
--- a/mk/server.mk
+++ b/mk/server.mk
@@ -71,7 +71,7 @@ elpa-dirty:
$(foreach dist, $(ORGELPA), $(ORGDIR)/$(dist))
-@$(RM) $(ORGDIR) org-pkg.el
elpa-up: info card elpa-dirty archive-contents
- $(CP) archive-contents $(ORGDIR).tar $(SERVROOT)/elpa/
+ $(CP) archive-contents $(ORGDIR).tar $(SERVROOT)/pkg/daily/
archive-contents:
echo -e "(1 (org . [($(PKG_TAG)) nil \"$(PKG_DOC)\"])\n" > $@ \
@@ -91,7 +91,7 @@ elpaplus-dirty:
-@$(RM) $(ORGDIR) org-plus-contrib-pkg.el
@$(MAKE) cleanlisp
elpaplus-up: info card elpaplus-dirty archive-contents
- $(CP) archive-contents $(ORGDIR).tar $(SERVROOT)/elpa/
+ $(CP) archive-contents $(ORGDIR).tar $(SERVROOT)/pkg/daily/
tagwarn:
$(if $(filter-out $(ORGVERSION), $(GITVERSION)), \