From a1e645b2be8d8d41b607c06281f180d69a4c25a1 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 26 Sep 2012 18:27:27 +0200 Subject: [PATCH] mk/server.mk: Let's use /pkg/daily/ for now --- mk/server.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/server.mk b/mk/server.mk index 22523cb4b..d1233a433 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)), \