[openrtm-commit:00847] r2374 - trunk/OpenRTM-aist/build

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 6月 8日 (金) 12:57:45 JST


Author: n-ando
Date: 2012-06-08 12:57:44 +0900 (Fri, 08 Jun 2012)
New Revision: 2374

Modified:
   trunk/OpenRTM-aist/build/pkg_install100_debian.sh
Log:
debian squeeze has been added to supported OS.

Modified: trunk/OpenRTM-aist/build/pkg_install100_debian.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install100_debian.sh	2012-06-07 11:10:01 UTC (rev 2373)
+++ trunk/OpenRTM-aist/build/pkg_install100_debian.sh	2012-06-08 03:57:44 UTC (rev 2374)
@@ -91,7 +91,7 @@
 # リポジトリサーバ
 #---------------------------------------
 create_srclist () {
-    cnames="sarge etch lenny"
+    cnames="sarge etch lenny squeeze"
     for c in $cnames; do
 	if test -f "/etc/apt/sources.list"; then
 	    res=`grep $c /etc/apt/sources.list`



More information about the openrtm-commit mailing list