[Groonga-commit] groonga/groonga [master] yum: add missing tar package to build for centos 6

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 26日 (木) 19:12:16 JST


HAYASHI Kentaro	2012-04-26 19:12:16 +0900 (Thu, 26 Apr 2012)

  New Revision: 603a1ee52b9af38ac7c1c994c6c735eab7ee4762

  Log:
    yum: add missing tar package to build for centos 6

  Modified files:
    packages/yum/build-rpm.sh

  Modified: packages/yum/build-rpm.sh (+1 -1)
===================================================================
--- packages/yum/build-rpm.sh    2012-04-26 15:03:33 +0900 (1c36725)
+++ packages/yum/build-rpm.sh    2012-04-26 19:12:16 +0900 (7f27a82)
@@ -79,7 +79,7 @@ rpmbuild_options="${BUILD_OPTIONS}"
 
 run yum update ${yum_options} -y
 if ! rpm -q mecab-devel > /dev/null; then
-    run yum install -y rpm-build wget libtool gcc gcc-c++ make
+    run yum install -y rpm-build wget libtool gcc gcc-c++ make tar
 
     cat <<EOF > $BUILD_SCRIPT
 #!/bin/sh




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