[Groonga-commit] groonga/groonga at 1ad8c41 [master] packages windows: fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 8 14:51:56 JST 2015


Kouhei Sutou	2015-07-08 14:51:56 +0900 (Wed, 08 Jul 2015)

  New Revision: 1ad8c418434b1033bde0bd1880cbeba8d11297cd
  https://github.com/groonga/groonga/commit/1ad8c418434b1033bde0bd1880cbeba8d11297cd

  Message:
    packages windows: fix path

  Modified files:
    packages/windows/Makefile.am

  Modified: packages/windows/Makefile.am (+1 -1)
===================================================================
--- packages/windows/Makefile.am    2015-07-08 14:49:32 +0900 (1075509)
+++ packages/windows/Makefile.am    2015-07-08 14:51:56 +0900 (47d318b)
@@ -24,7 +24,7 @@ upload: ensure-rsync-path
 
 upload-to-tmp:
 	for architecture in $(ARCHITECTURES); do			\
-	  scp $(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip	\
+	  scp files/$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip	\
 	    packages �� packages.groonga.org:public/tmp/;			\
 	done
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index