[Groonga-commit] groonga/groonga [master] [yum] remove needless commands.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 28日 (火) 06:37:03 JST


Kouhei Sutou	2012-02-28 06:37:03 +0900 (Tue, 28 Feb 2012)

  New Revision: 55fb05c618ebc808dc687d68e89b0765721a3ddc

  Log:
    [yum] remove needless commands.

  Modified files:
    packages/yum/Makefile.am

  Modified: packages/yum/Makefile.am (+1 -3)
===================================================================
--- packages/yum/Makefile.am    2012-02-28 06:34:37 +0900 (5153698)
+++ packages/yum/Makefile.am    2012-02-28 06:37:03 +0900 (d72defc)
@@ -29,10 +29,8 @@ upload: ensure-rsync-path
 
 download: ensure-rsync-path
 	for distribution in $(DISTRIBUTIONS); do		\
-	  (rm -rf $${distribution} &&				\
-	   mkdir -p $${distribution} &&				\
 	   rsync -avz --delete					\
-	     $(SERVER_PATH)/$${distribution}/ $${distribution});\
+	     $(SERVER_PATH)/$${distribution}/ $${distribution};	\
 	done
 
 build: build-in-chroot build-repository-rpm




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