mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
extract: typos
This commit is contained in:
@@ -32,8 +32,8 @@ case $PKG_SOURCE_NAME in
|
|||||||
$2)
|
$2)
|
||||||
f="$SOURCES/$1/$PKG_SOURCE_NAME"
|
f="$SOURCES/$1/$PKG_SOURCE_NAME"
|
||||||
if [ ! -f $f ]; then
|
if [ ! -f $f ]; then
|
||||||
echo "error: File $PKG_SOURCE_NAME doesn't exists in package $1 sources directory"
|
echo "error: File $PKG_SOURCE_NAME doesn't exist in package $1 sources directory"
|
||||||
echo "have you called scripts/extract before scripts/get ?"
|
echo "Have you called scripts/extract before scripts/get ?"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
case $PKG_SOURCE_NAME in
|
case $PKG_SOURCE_NAME in
|
||||||
|
|||||||
Reference in New Issue
Block a user