mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
scripts/unpack: fix issue unpacking libhybris
This commit is contained in:
@@ -68,7 +68,7 @@ if [ -d "$SOURCES/${PKG_NAME}" -o -d "$PKG_DIR/sources" ]; then
|
||||
fi
|
||||
|
||||
_pkg_build="$(basename "${PKG_BUILD}")"
|
||||
[ -d "${PKG_UNPACK_DIR}/${_pkg_build}"* ] && mv "${PKG_UNPACK_DIR}/${_pkg_build}"* "${PKG_BUILD}"
|
||||
[ -z "${PKG_SOURCE_DIR}" -a -d "${PKG_UNPACK_DIR}/${_pkg_build}"* ] && mv "${PKG_UNPACK_DIR}/${_pkg_build}"* "${PKG_BUILD}"
|
||||
|
||||
if [ ! -d "${PKG_BUILD}" ]; then
|
||||
if [ -n "${PKG_SOURCE_DIR}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user