Copy libiomp5 license file into the app bundle.
This commit is contained in:
parent
d0d96dbf5e
commit
0719b5f27a
@ -158,6 +158,9 @@ ditto {"${GTK_PREFIX}","${RESOURCES}"}/share/icons/Adwaita/index.theme
|
|||||||
mkdir -p "${RESOURCES}/share/lensfun"
|
mkdir -p "${RESOURCES}/share/lensfun"
|
||||||
cp /opt/local/share/lensfun/version_1/* "${RESOURCES}/share/lensfun"
|
cp /opt/local/share/lensfun/version_1/* "${RESOURCES}/share/lensfun"
|
||||||
|
|
||||||
|
# Copy the libiomp5 license into the app bundle
|
||||||
|
cp "${PROJECT_SOURCE_DATA_DIR}/licenses/osx_libiomp5_LICENSE.txt" "${RESOURCES}"
|
||||||
|
|
||||||
# Install names
|
# Install names
|
||||||
find -E "${CONTENTS}" -type f -regex '.*/(rawtherapee-cli|rawtherapee|.*\.(dylib|so))' | while read -r x; do
|
find -E "${CONTENTS}" -type f -regex '.*/(rawtherapee-cli|rawtherapee|.*\.(dylib|so))' | while read -r x; do
|
||||||
msg "Modifying install names: ${x}"
|
msg "Modifying install names: ${x}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user