1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

OP-910: fix Mac package script

This commit is contained in:
Oleg Semyonov 2013-06-01 23:39:40 +03:00
parent 1c04bcae36
commit 166baaeaf2

View File

@ -22,7 +22,7 @@ device=$(hdiutil attach "${TEMP_FILE}" | \
cp -a "${APP_PATH}" "/Volumes/${VOL_NAME}"
#ls "${FW_DIR}" | xargs -n 1 -I {} cp "${FW_DIR}/{}" "/Volumes/${VOL_NAME}/Firmware"
cp "${BUILD_DIR}/uavobject-synthetics/matlab/OPLogConvert.m" "/Volumes/${VOL_NAME}/Utilities"
cp "${ROOT_DIR}/HISTORY.txt" "/Volumes/${VOL_NAME}"
cp "${ROOT_DIR}/WHATSNEW.txt" "/Volumes/${VOL_NAME}"
"${ROOT_DIR}/package/osx/libraries" \
"/Volumes/${VOL_NAME}/OpenPilot GCS.app" || exit 1