1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 17:26:18 +00:00
Lakka-LibreELEC/packages/addons/addon-depends/system-tools-depends/mc/wrapper/mcview
Andre Heider cdbbda66d4 system-tools: cleanup and use the "sysroot" build flag
Use the new flag instead of stubbing "makeinstall_target()" to avoid polluting
sysroot. For packages without the means to "make install", add a
makeinstall_target() function to populate install_pkg.
2020-02-10 08:53:39 +01:00

5 lines
74 B
Bash
Executable File

#!/bin/sh
HISTFILE="/run/mc_histfile"
export HISTFILE
exec mc-bin -v "$@"