[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] force to add source repository.

Back to archive index

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


Kouhei Sutou	2010-08-23 17:06:05 +0900 (Mon, 23 Aug 2010)

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

  Log:
    force to add source repository.

  Modified files:
    apt/build-deb.sh

  Modified: apt/build-deb.sh (+3 -0)
===================================================================
--- apt/build-deb.sh    2010-08-23 16:43:27 +0900 (506a50d)
+++ apt/build-deb.sh    2010-08-23 17:06:05 +0900 (e9656e4)
@@ -19,6 +19,9 @@ run()
     fi
 }
 
+grep '^deb ' /etc/apt/sources.list | \
+    sed -e 's/^deb /deb-src /' > /etc/apt/sources.list.d/base-source.list
+
 if [ ! -x /usr/bin/aptitude ]; then
     run apt-get install -y aptitude
 fi
-------------- next part --------------
HTML����������������������������...
Download 



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