Fix fileman build issue.

This commit is contained in:
fewtarius 2023-05-29 14:43:17 +00:00
parent 3f2039bb90
commit 9ce462f30f
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -3,7 +3,7 @@
# Copyright (C) 2022-present Fewtarius
PKG_NAME="fileman"
PKG_VERSION="8220cc4"
PKG_VERSION="2c7d6ce"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/JustEnoughLinuxOS/fileman"
@ -15,7 +15,8 @@ PKG_SHORTDESC="A Single panel file Manager."
PKG_PATCH_DIRS="${DEVICE}"
make_target() {
make DEVICE=${DEVICE^^} RES_PATH=/usr/share/fileman/res START_PATH=/storage/roms SDL2_CONFIG=${SYSROOT_PREFIX}/usr/bin/sdl2-config CC=${CXX}
MAKEDEVICE=$(echo ${DEVICE^^} | sed "s#-#_##g")
make DEVICE=${MAKEDEVICE^^} RES_PATH=/usr/share/fileman/res START_PATH=/storage/roms SDL2_CONFIG=${SYSROOT_PREFIX}/usr/bin/sdl2-config CC=${CXX}
}
makeinstall_target() {