[Groonga-mysql-commit] mroonga/mroonga at 4ea002b [master] rpm fedora: fix mismatch for output directory in i386 architecture

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Dec 26 12:41:49 JST 2013


HAYASHI Kentaro	2013-12-26 12:41:49 +0900 (Thu, 26 Dec 2013)

  New Revision: 4ea002b05e9611e49263fb4209e987deb1c1f991
  https://github.com/mroonga/mroonga/commit/4ea002b05e9611e49263fb4209e987deb1c1f991

  Message:
    rpm fedora: fix mismatch for output directory in i386 architecture

  Modified files:
    packages/yum/build-in-chroot.sh

  Modified: packages/yum/build-in-chroot.sh (+5 -0)
===================================================================
--- packages/yum/build-in-chroot.sh    2013-12-25 19:36:40 +0900 (7e62fd5)
+++ packages/yum/build-in-chroot.sh    2013-12-26 12:41:49 +0900 (d4a9363)
@@ -94,6 +94,11 @@ build()
     build_user_dir=${base_dir}/home/${build_user}
     rpm_base_dir=${build_user_dir}/rpmbuild
     rpm_dir=${rpm_base_dir}/RPMS/${architecture}
+    if [ $distribution = "fedora" ]; then
+	if [ $architecture = "i386" ]; then
+	    rpm_dir=${rpm_base_dir}/RPMS/i686
+	fi
+    fi
     srpm_dir=${rpm_base_dir}/SRPMS
     pool_base_dir=${DESTINATION}${distribution}/${distribution_version}
     if test "${HAVE_DEVELOPMENT_BRANCH}" = "yes"; then
-------------- next part --------------
HTML����������������������������...
Download 



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