mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
extract: typos
This commit is contained in:
parent
50a86a4799
commit
e1d7ab39b8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user