mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/unpack: creates empty build-dir for packages without sources so deepmd5 works
This commit is contained in:
parent
f106255eaf
commit
c8ea38eac9
@ -94,6 +94,10 @@ if [ -d "$PKG_DIR/sources" ]; then
|
||||
cp -PRf $PKG_DIR/sources/* $BUILD/${PKG_NAME}-${PKG_VERSION}
|
||||
fi
|
||||
|
||||
if [ -z "$PKG_URL" ]; then
|
||||
mkdir -p "${BUILD}/${PKG_NAME}-${PKG_VERSION}"
|
||||
fi
|
||||
|
||||
if [ "$(type -t post_unpack)" = "function" ]; then
|
||||
post_unpack
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user