[Groonga-mysql-commit] mroonga/mroonga [master] apt: specify directory name explicitly

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Nov 27 18:44:15 JST 2012


HAYASHI Kentaro	2012-11-27 18:44:15 +0900 (Tue, 27 Nov 2012)

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

  Log:
    apt: specify directory name explicitly
    
    This fix indended not to change directory to unwanted target
    even if there are other version of MySQL source directory under mysql-package

  Modified files:
    packages/apt/build-deb.sh

  Modified: packages/apt/build-deb.sh (+1 -1)
===================================================================
--- packages/apt/build-deb.sh    2012-11-27 18:17:50 +0900 (2ca7e3f)
+++ packages/apt/build-deb.sh    2012-11-27 18:44:15 +0900 (1d88d93)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



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