- ${PKG_DIR} 为packages 包的位置 /home/smith/lib/LibreELEC.tv/packages/mediacenter/kodi
- ${BUILD} 为构建目录 /home/smith/lib/LibreELEC.tv/build.LibreELEC-H618.aarch64-12.0-devel
- ${PKG_NAME} 为包名 kodi
- ${PKG_VERSION}为版本 21.0b3-Omega
- 构建时源码解压位置为 ${BUILD}/build/${PKG_NAME}-${PKG_VERSION}/
- echo "------pre_configure_target" "${BUILD}" "${PKG_NAME}-${PKG_VERSION}"
- cp -r ${PKG_DIR}/userpatches/* ${BUILD}/build/${PKG_NAME}-${PKG_VERSION}/
|