mk/server.mk: Use /elpa/ instead of /pkg/daily/

This commit is contained in:
Bastien Guerry 2012-09-28 10:05:10 +02:00
parent e8b45bb947
commit c173b19b05
1 changed files with 2 additions and 2 deletions

View File

@ -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)), \