mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-20 05:34:12 +02:00
Try to fix symbolic links are resolved to "ordinary" files for both macOS-Packages,
thanks plc-user https://github.com/qelectrotech/qelectrotech-source-mirror/commit/7244e4a59cab66d396845692da25e848c6340977#commitcomment-162938064
This commit is contained in:
@@ -232,7 +232,7 @@ fi
|
||||
if [ -d "${QET_LICENSES_DIR}" ]; then
|
||||
echo "Copying licenses in the bundle..."
|
||||
mkdir $BUNDLE/Contents/Resources/licenses
|
||||
cp -R ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses
|
||||
cp -R -L ${QET_LICENSES_DIR} $BUNDLE/Contents/Resources/licenses
|
||||
fi
|
||||
### create disk image ###############################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user