[Groonga-mysql-commit] mroonga/mroonga at f298965 [master] apt: fix install plugin path for stretch

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Jun 28 16:34:19 JST 2017


Kentaro Hayashi	2017-06-28 16:34:19 +0900 (Wed, 28 Jun 2017)

  New Revision: f29896528b243db01d9225d38ce4fe036cdb9ed2
  https://github.com/mroonga/mroonga/commit/f29896528b243db01d9225d38ce4fe036cdb9ed2

  Message:
    apt: fix install plugin path for stretch

  Modified files:
    packages/apt/Makefile.am

  Modified: packages/apt/Makefile.am (+7 -0)
===================================================================
--- packages/apt/Makefile.am    2017-06-28 16:11:26 +0900 (0483986)
+++ packages/apt/Makefile.am    2017-06-28 16:34:19 +0900 (ff9755e)
@@ -67,6 +67,13 @@ build-package-deb: source env.sh
 	          fi;								\
 	          mv $${f} $$RENAMED;						\
 	        done;								\
+	        if [ $${architecture} = "amd64" ]; then				\
+                  sed -i'' 's,lib/mysql/,lib/x86_64-linux-gnu/mariadb18/,'	\
+	            tmp/debian/mariadb-server-10.1-mroonga.install;		\
+		elif [ $${architecture} = "i386" ]; then			\
+                  sed -i'' 's,lib/mysql/,lib/i386-linux-gnu/mariadb18/,'	\
+	            tmp/debian/mariadb-server-10.1-mroonga.install;		\
+	        fi;								\
 	      else								\
 	        cp -rp $(srcdir)/../debian-$${variant} tmp/debian;		\
 	      fi;						\
-------------- next part --------------
HTML����������������������������...
Download 



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