[Groonga-commit] groonga/groonga at 4013f7e [master] rpm fedora: fix mismatch for output directory in i386 architecture

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Dec 26 12:36:32 JST 2013


HAYASHI Kentaro	2013-12-26 12:36:32 +0900 (Thu, 26 Dec 2013)

  New Revision: 4013f7ebd06aaf46d808b6366a98df695f2f1b58
  https://github.com/groonga/groonga/commit/4013f7ebd06aaf46d808b6366a98df695f2f1b58

  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-26 12:36:17 +0900 (bd681f5)
+++ packages/yum/build-in-chroot.sh    2013-12-26 12:36:32 +0900 (82193a3)
@@ -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����������������������������...
다운로드 



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