mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/unpack: fix issue unpacking libhybris
This commit is contained in:
parent
7ed6710a19
commit
ab67ec7ccc
@ -68,7 +68,7 @@ if [ -d "$SOURCES/${PKG_NAME}" -o -d "$PKG_DIR/sources" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
_pkg_build="$(basename "${PKG_BUILD}")"
|
_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 [ ! -d "${PKG_BUILD}" ]; then
|
||||||
if [ -n "${PKG_SOURCE_DIR}" ]; then
|
if [ -n "${PKG_SOURCE_DIR}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user