[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix symbolic link path.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:21:11 JST 2012


Kouhei Sutou	2010-08-23 18:18:55 +0900 (Mon, 23 Aug 2010)

  New Revision: 063cd508879814efc0790c089ff8e0396c09f281
  https://github.com/mroonga/mroonga/commit/063cd508879814efc0790c089ff8e0396c09f281

  Log:
    fix symbolic link path.

  Modified files:
    apt/build-deb.sh

  Modified: apt/build-deb.sh (+3 -2)
===================================================================
--- apt/build-deb.sh    2010-08-23 17:52:42 +0900 (d3b4acc)
+++ apt/build-deb.sh    2010-08-23 18:18:55 +0900 (240906a)
@@ -44,15 +44,16 @@ cat <<EOF > $BUILD_SCRIPT
 rm -rf build
 mkdir -p build
 
+cp /tmp/${PACKAGE}-${VERSION}.tar.gz build/${PACKAGE}_${VERSION}.orig.tar.gz
+
 rm -rf mysql-package
 mkdir -p mysql-package
 cd mysql-package
 apt-get source -b ${mysql_server_package}
 cd ..
-ln -fs \$(find mysql-package -maxdepth 1 -type d | tail -1) mysql
 
-cp /tmp/${PACKAGE}-${VERSION}.tar.gz build/${PACKAGE}_${VERSION}.orig.tar.gz
 cd build
+ln -fs \$(find ../mysql-package -maxdepth 1 -type d | tail -1) mysql
 
 tar xfz ${PACKAGE}_${VERSION}.orig.tar.gz
 cd ${PACKAGE}-${VERSION}/
-------------- next part --------------
HTML����������������������������...
Download 



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