Merge pull request #1369 from fewtarius/dev

Fix DEVICE_ROOT guard.
This commit is contained in:
fewtarius 2023-04-27 17:20:27 -04:00 committed by GitHub
commit 39952ef00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@
# Make sure we clean a minimal number of packages for devices with
# a BSP kernel and a rotated display when using DEVICE_ROOT.
if [ -n "DEVICE_ROOT" ]
if [ -n "${DEVICE_ROOT}" ]
then
CLEAN_DEVICE_ROOT="linux u-boot SDL2 retroarch flycast-sa duckstation-sa drastic-sa"
fi