Skip to content

Commit

Permalink
fix installation of __init__.py from devel space (fix #38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Dec 12, 2013
1 parent d48c17c commit 861ed49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/pkg-genmsg.cmake.em
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if(@(l)_INSTALL_DIR AND EXISTS ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_n
DIRECTORY ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name
DESTINATION ${@(l)_INSTALL_DIR}
FILES_MATCHING
REGEX "/@(pkg_name)/.+/__init__.pyc?$"
REGEX "${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@(pkg_name)/.+/__init__.pyc?$"
@[end if]@
)
endif()
Expand Down

0 comments on commit 861ed49

Please sign in to comment.