[Groonga-commit] groonga/groonga [master] apt: remove needless "distribution"

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 2日 (月) 11:17:17 JST


HAYASHI Kentaro	2012-07-02 11:17:17 +0900 (Mon, 02 Jul 2012)

  New Revision: c9c3de178622757c79a00a135fc2d2f1bbc07feb
  https://github.com/groonga/groonga/commit/c9c3de178622757c79a00a135fc2d2f1bbc07feb

  Log:
    apt: remove needless "distribution"
    
    The source directory "distribution" without "/" copies
    directory and its contents recursively, so destination
    directory does not need to contain "distribution".

  Modified files:
    packages/apt/Makefile.am

  Modified: packages/apt/Makefile.am (+1 -1)
===================================================================
--- packages/apt/Makefile.am    2012-07-02 09:52:29 +0900 (1b6e98b)
+++ packages/apt/Makefile.am    2012-07-02 11:17:17 +0900 (dc5009a)
@@ -27,7 +27,7 @@ download: ensure-rsync-path
 	for distribution in $(DISTRIBUTIONS); do	\
 	  rsync -avz --progress --delete		\
 	    $(RSYNC_PATH)/$${distribution}		\
-	    ${REPOSITORIES_PATH}/$${distribution}/;	\
+	    ${REPOSITORIES_PATH}/;	\
 	done
 
 sign-packages:
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index