[Groonga-commit] groonga/groonga at 31f454a [master] yum: add missing tmp/ directory creation

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 30 14:58:43 JST 2014


Kouhei Sutou	2014-07-30 14:58:43 +0900 (Wed, 30 Jul 2014)

  New Revision: 31f454aa0df9a2ba149214614af4011a8ecd0144
  https://github.com/groonga/groonga/commit/31f454aa0df9a2ba149214614af4011a8ecd0144

  Message:
    yum: add missing tmp/ directory creation

  Modified files:
    packages/yum/Makefile.am

  Modified: packages/yum/Makefile.am (+1 -0)
===================================================================
--- packages/yum/Makefile.am    2014-07-30 11:46:33 +0900 (4726ec7)
+++ packages/yum/Makefile.am    2014-07-30 14:58:43 +0900 (9bb9b93)
@@ -69,6 +69,7 @@ RPM-GPG-KEY-$(PACKAGE): ensure-public-key
 source: tmp/$(PACKAGE)-$(VERSION).tar.gz
 
 tmp/$(PACKAGE)-$(VERSION).tar.gz: $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
+	mkdir -p tmp/
 	cp $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz tmp/
 
 $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz:
-------------- next part --------------
HTML����������������������������...
Download 



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