[Groonga-commit] groonga/groonga [master] fix a typo.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 3日 (金) 12:57:45 JST


Kouhei Sutou	2010-09-03 03:57:45 +0000 (Fri, 03 Sep 2010)

  New Revision: aa3ac27ff7d1d38fb171e1963234e2df12e5c822

  Log:
    fix a typo.

  Modified files:
    yum/Makefile.am

  Modified: yum/Makefile.am (+1 -1)
===================================================================
--- yum/Makefile.am    2010-09-03 03:56:28 +0000 (189761f)
+++ yum/Makefile.am    2010-09-03 03:57:45 +0000 (2b0804f)
@@ -31,7 +31,7 @@ update:
 upload: ensure-rsync-path
 	for distribution in $(DISTRIBUTIONS); do		\
 	  rsync -avz --exclude .gitignore			\
-	    $${distribution}/ $(SERVER_PATH)/$${distribution};	\
+	    $${distribution}/ $(RSYNC_PATH)/$${distribution};	\
 	done
 
 build: build-in-chroot build-repository-rpm




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