Skip to content

Commit e9bd61e

Browse files
committed
scummvm: add curly brackets
1 parent 24be7d8 commit e9bd61e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/lakka/libretro_cores/scummvm/package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PKG_NAME="scummvm"
33
PKG_VERSION="a0554745e87361643f1ca3aa820a5073214de935"
44
PKG_LICENSE="GPLv3"
55
PKG_SITE="https://github.com/libretro/scummvm"
6-
PKG_URL="$PKG_SITE.git"
6+
PKG_URL="${PKG_SITE}.git"
77
PKG_DEPENDS_TARGET="toolchain"
88
PKG_SHORTDESC="The ScummVM adventure game engine ported to libretro."
99
PKG_LONGDESC="ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files."
@@ -14,7 +14,7 @@ pre_make_target() {
1414
if [ "${DEVICE}" = "OdroidGoAdvance" ]; then
1515
PKG_MAKE_OPTS_TARGET+=" platform=oga_a35_neon_hardfloat"
1616
else
17-
PKG_MAKE_OPTS_TARGET+=" platform=$TARGET_NAME"
17+
PKG_MAKE_OPTS_TARGET+=" platform=${TARGET_NAME}"
1818
fi
1919
}
2020

0 commit comments

Comments
 (0)