[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] apt: remove garbage /

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Oct 4 11:08:47 JST 2012


Kouhei Sutou	2012-05-29 15:29:08 +0900 (Tue, 29 May 2012)

  New Revision: 549e8e117e48663a2f7a0051c80e8a5f5356407d
  https://github.com/mroonga/mroonga/commit/549e8e117e48663a2f7a0051c80e8a5f5356407d

  Log:
    apt: remove garbage /
    
    I hate rsync's /... :<

  Modified files:
    packages/apt/Makefile.am

  Modified: packages/apt/Makefile.am (+1 -1)
===================================================================
--- packages/apt/Makefile.am    2012-05-29 14:34:05 +0900 (a7d13c3)
+++ packages/apt/Makefile.am    2012-05-29 15:29:08 +0900 (45d9a12)
@@ -17,7 +17,7 @@ remove-existing-packages:
 download:
 	for distribution in $(DISTRIBUTIONS); do			\
 	  rsync -avz --progress --delete				\
-	    $(RSYNC_PATH)/$${distribution}/ $(REPOSITORIES_PATH)/;	\
+	    $(RSYNC_PATH)/$${distribution} $(REPOSITORIES_PATH)/;	\
 	done
 
 sign-packages:
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る