Skip to content

Commit

Permalink
Merge pull request #446 from bartlettroscoe/withsubpackagesb-install-…
Browse files Browse the repository at this point in the history
…stuff-rel

Make install DESTINATION relative for stuff
  • Loading branch information
bartlettroscoe authored Feb 4, 2022
2 parents bfa9e31 + 7ff4ee3 commit 8d42716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ global_set(EXPECTED_B_DEPS
tribits_add_test_directories(tests)

install( DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/stuff"
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/${PACKAGE_NAME}"
DESTINATION "share/${PACKAGE_NAME}"
USE_SOURCE_PERMISSIONS PATTERN "*~" EXCLUDE )
# Above, we must use 'USE_SOURCE_PERMISSIONS' to preserve the executable
# permission on the scripts in that directory. (TriBITS will add commands to
Expand Down

0 comments on commit 8d42716

Please sign in to comment.