Fix fileman build issue.
This commit is contained in:
parent
3f2039bb90
commit
9ce462f30f
1 changed files with 3 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue