[openrtm-commit:01913] r2715 - trunk/OpenRTM-aist/build
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 4月 25日 (月) 13:27:17 JST
Author: miyamoto
Date: 2016-04-25 13:27:17 +0900 (Mon, 25 Apr 2016)
New Revision: 2715
Modified:
trunk/OpenRTM-aist/build/pkg_install_debian.sh
Log:
[compat] add jessie to pkg_install_debian.sh
Modified: trunk/OpenRTM-aist/build/pkg_install_debian.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_debian.sh 2016-04-11 08:05:21 UTC (rev 2714)
+++ trunk/OpenRTM-aist/build/pkg_install_debian.sh 2016-04-25 04:27:17 UTC (rev 2715)
@@ -69,7 +69,7 @@
# コードネーム取得
#---------------------------------------
check_codename () {
- cnames="sarge etch lenny squeeze wheezy"
+ cnames="sarge etch lenny squeeze wheezy jessie"
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