Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing dirs into install command #1583

Merged
merged 4 commits into from
Jun 20, 2018

Conversation

ishiguroJSK
Copy link
Contributor

No description provided.

@@ -50,3 +50,11 @@ if(NOT APPLE)
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
endif(NOT APPLE)

install(DIRECTORY scripts
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be you can put this directory under CATKIN_PACKAGE_SHARE_DESTINATION

move scripts dir into SHARE
@@ -50,3 +50,7 @@ if(NOT APPLE)
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
endif(NOT APPLE)

install(DIRECTORY launch config cfg scripts
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add USE_SOURCE_PERMISSIONS

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed as you said now.

@k-okada k-okada merged commit 8a24715 into jsk-ros-pkg:master Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants