[Groonga-commit] groonga/groonga [master] 'apt-get update' before 'apt-get install'.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 10月 28日 (木) 17:25:06 JST


Kouhei Sutou	2010-10-28 08:25:06 +0000 (Thu, 28 Oct 2010)

  New Revision: 0d9aedf7e2f753ac4fe2a14e590718484a70f6e5

  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 05:27:34 +0000 (87ed648)
+++ apt/build-deb.sh    2010-10-28 08:25:06 +0000 (0265eb9)
@@ -18,6 +18,7 @@ run()
 }
 
 if [ ! -x /usr/bin/aptitude ]; then
+    run apt-get update
     run apt-get install -y aptitude
 fi
 run aptitude update -V -D




Groonga-commit メーリングリストの案内
Back to archive index