Navigation Menu

Skip to content

Commit

Permalink
apt: fix wrong MySQL version is used
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 28, 2012
1 parent 284ffb1 commit 9d9f66a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/apt/build-deb.sh
Expand Up @@ -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
Expand Down

0 comments on commit 9d9f66a

Please sign in to comment.