[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] apt: add missing --force-yes

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Oct 4 10:44:02 JST 2012


HAYASHI Kentaro	2012-06-26 19:03:54 +0900 (Tue, 26 Jun 2012)

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

  Log:
    apt: add missing --force-yes

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

  Modified: packages/apt/build-deb.sh (+1 -1)
===================================================================
--- packages/apt/build-deb.sh    2012-06-26 17:55:57 +0900 (830e50e)
+++ packages/apt/build-deb.sh    2012-06-26 19:03:54 +0900 (52da204)
@@ -86,7 +86,7 @@ if [ ! -f "$universe_list}" ]; then
     esac
 fi
 
-run apt-get install -V -y devscripts ${DEPENDED_PACKAGES}
+run apt-get install -V -y --force-yes devscripts ${DEPENDED_PACKAGES}
 run apt-get build-dep -V -y ${mysql_server_package}
 run apt-get clean
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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