mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 17:26:18 +00:00
cdbbda66d4
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.
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
HISTFILE="/run/mc_histfile"
|
|
export HISTFILE
|
|
exec mc-bin -v "$@"
|