[openrtm-commit:02571] r812 - trunk/OpenRTM-aist-Python
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 4月 12日 (水) 15:35:59 JST
Author: kawauchi
Date: 2017-04-12 15:35:58 +0900 (Wed, 12 Apr 2017)
New Revision: 812
Modified:
trunk/OpenRTM-aist-Python/setup.py
Log:
[compat,->RELENG_1_2] The install location of openrtm-aist-python-example has been changed. refs #3892
Modified: trunk/OpenRTM-aist-Python/setup.py
===================================================================
--- trunk/OpenRTM-aist-Python/setup.py 2017-04-04 10:08:06 UTC (rev 811)
+++ trunk/OpenRTM-aist-Python/setup.py 2017-04-12 06:35:58 UTC (rev 812)
@@ -234,7 +234,7 @@
# examples
#
example_dir = "OpenRTM_aist/examples"
-target_example_dir = "share/openrtm-" + pkg_shortver + "/example/python"
+target_example_dir = "share/openrtm-" + pkg_shortver + "/components/python"
example_match_regex = ".*\.(py|conf|sh|xml|idl)$"
example_path = os.path.normpath(current_dir + "/" + example_dir)
#
@@ -273,14 +273,14 @@
# Now we assume that the following arguments are set to create_filelist()
# start_path = OpenRTM_aist/examples/
# subs_path = OpenRTM_aist/examples/
-# target_path = share/openrtm-1.1/examples/python/
+# target_path = share/openrtm-1.2/components/python/
# regex_match = .*\.py$
#
# A file matched: OpenRTM_aist/examples/SimpleIO/ConsoleIn.py
# "OpenRTM_aist/examples" (subs_path) is removed from the
# path. obtained file path: SimpleIO/ConsoleIn.py is merged
# target_path, and then we get final target path
-# <prefix>/share/openrtm-1.1/examples/python/SimpleIO/ConsoleIn.py
+# <prefix>/share/openrtm-1.2/components/python/SimpleIO/ConsoleIn.py
#
#------------------------------------------------------------
def create_filelist(start_path, subs_path, target_path, regex_match,
openrtm-commit メーリングリストの案内