[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] 'apt-get update' before 'apt-get install'.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:29:04 JST 2012


Kouhei Sutou	2010-10-28 17:26:07 +0900 (Thu, 28 Oct 2010)

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

  Log:
    'apt-get update' before 'apt-get install'.

  Modified files:
    apt/build-deb.sh

  Modified: apt/build-deb.sh (+1 -0)
===================================================================
--- apt/build-deb.sh    2010-10-28 16:15:23 +0900 (c9d82f2)
+++ apt/build-deb.sh    2010-10-28 17:26:07 +0900 (e693d25)
@@ -25,6 +25,7 @@ grep '^deb ' /etc/apt/sources.list | \
 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
 
 if [ ! -x /usr/bin/aptitude ]; then
+    run apt-get update
     run apt-get install -y aptitude
 fi
 run aptitude update -V -D
-------------- next part --------------
HTML����������������������������...
Download 



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