소스 검색

Merge branch 'maint'

Bastien Guerry 12 년 전
부모
커밋
4fd173a187
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mk/server.mk

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