extract: typos

This commit is contained in:
MilhouseVH 2017-02-12 22:37:35 +00:00
parent 50a86a4799
commit e1d7ab39b8

View File

@ -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