Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:54:19 JST 2012
Kouhei Sutou 2012-07-28 18:13:36 +0900 (Sat, 28 Jul 2012) New Revision: 9d9f66ab61ca298a6270c9bffaf4de8aaacefcd1 https://github.com/mroonga/mroonga/commit/9d9f66ab61ca298a6270c9bffaf4de8aaacefcd1 Merged 7874035: Merge branch 'master' of github.com:mroonga/mroonga Log: apt: fix wrong MySQL version is used Modified files: packages/apt/build-deb.sh Modified: packages/apt/build-deb.sh (+2 -1) =================================================================== --- packages/apt/build-deb.sh 2012-07-28 17:52:13 +0900 (830e50e) +++ packages/apt/build-deb.sh 2012-07-28 18:13:36 +0900 (d5a0399) @@ -105,7 +105,8 @@ cp /tmp/${PACKAGE}-${VERSION}.tar.gz build/${PACKAGE}_${VERSION}.orig.tar.gz mkdir -p mysql-package cd mysql-package apt-get source ${mysql_server_package} -ln -fs \$(find . -maxdepth 1 -type d | sort | tail -1) mysql +rm -f mysql +ln -s \$(find . -maxdepth 1 -type d | sort | tail -1) mysql cd */debian/.. debuild -us -uc -Tconfigure make -C builddir/include -------------- next part -------------- HTML����������������������������...下載