Parcourir la source

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

Bastien Guerry il y a 12 ans
Parent
commit
c173b19b05
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      mk/server.mk

+ 2 - 2
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)), \