summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-28 10:05:10 +0200
committerBastien Guerry <bzg@altern.org>2012-09-28 10:05:10 +0200
commitc173b19b05c0dc92913ad55981d1351c8d28c88a (patch)
tree9213ff614d3780b7fc61f3d91df4ebed78d8d2f6
parente8b45bb947a967d571a93c2b5cae30182e0e7ebe (diff)
downloadorg-mode-c173b19b05c0dc92913ad55981d1351c8d28c88a.tar.gz
mk/server.mk: Use /elpa/ instead of /pkg/daily/
-rw-r--r--mk/server.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/server.mk b/mk/server.mk
index 7cdae55..a0c93a5 100644
--- a/mk/server.mk
+++ b/mk/server.mk
@@ -73,7 +73,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)/pkg/daily/
+ $(CP) archive-contents $(ORGDIR).tar $(SERVROOT)/elpa/
archive-contents:
echo "(1 (org . [($(PKG_TAG)) ($(PKG_REQ)) \"$(PKG_DOC)\" tar])" > $@
@@ -95,7 +95,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)/pkg/daily/
+ $(CP) archive-contents $(ORGDIR).tar $(SERVROOT)/elpa/
tagwarn:
$(if $(filter-out $(ORGVERSION), $(GITVERSION)), \