Navigation Menu

Skip to content

Commit

Permalink
apt: specify directory name explicitly
Browse files Browse the repository at this point in the history
This fix indended not to change directory to unwanted target
even if there are other version of MySQL source directory under mysql-package
  • Loading branch information
kenhys committed Nov 27, 2012
1 parent b8b3920 commit b32379c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/build-deb.sh
Expand Up @@ -108,7 +108,7 @@ apt-get source ${mysql_server_package}
rm -f mysql
MYSQL_SOURCE_DIR=\$(find . -maxdepth 1 -type d | sort | tail -1)
ln -s \$MYSQL_SOURCE_DIR mysql
cd */debian/..
cd mysql/debian/..
debuild -us -uc -Tconfigure
make -C builddir/include
make -C builddir/scripts
Expand Down

0 comments on commit b32379c

Please sign in to comment.