Skip to content

Commit

Permalink
edit 'ports/rack-sdk/2.5.2/portfile.cmake' - move res and presets int…
Browse files Browse the repository at this point in the history
…o data dir

Signed-off-by: StoneyDSP <nathanjhood@googlemail.com>
  • Loading branch information
nathanjhood committed Dec 19, 2024
1 parent 205e021 commit 70b29d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ports/stoneyvcv/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ list(APPEND FILES_TO_MOVE
"plugin.json"
"LICENSE"
"VERSION"
"res"
"presets"
)
foreach(FILE IN LISTS FILES_TO_MOVE)
file(
Expand All @@ -105,7 +107,11 @@ else()
endif()
file(
COPY "${CURRENT_PACKAGES_DIR}/${FILE}"
DESTINATION "${CURRENT_PACKAGES_DIR}/lib/rack/plugins/${PORT}"
DESTINATION "${CURRENT_PACKAGES_DIR}/debug/lib/rack/plugins/StoneyVCV"
)
file(
COPY "${CURRENT_PACKAGES_DIR}/${FILE}"
DESTINATION "${CURRENT_PACKAGES_DIR}/lib/rack/plugins/StoneyVCV"
)
file(REMOVE "${CURRENT_PACKAGES_DIR}/debug/${FILE}")
file(REMOVE "${CURRENT_PACKAGES_DIR}/${FILE}")

0 comments on commit 70b29d7

Please sign in to comment.