mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
vim: work around broken make dependencies
Work around missing install directory error: cp vimtutor build.LibreELEC-RPi.arm-9.80-devel/install_pkg/vim-8.2.0023/usr/bin/vimtutor cp: cannot create regular file 'build.LibreELEC-RPi.arm-9.80-devel/install_pkg/vim-8.2.0023/usr/bin/vimtutor': No such file or directory make[1]: *** [Makefile:2468: installtutorbin] Error 1
This commit is contained in:
parent
ca27792cf2
commit
1372ec8550
@ -40,6 +40,10 @@ make_target() {
|
||||
:
|
||||
}
|
||||
|
||||
pre_makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
(
|
||||
cd $INSTALL/storage/.kodi/addons/virtual.system-tools/data/vim
|
||||
|
Loading…
x
Reference in New Issue
Block a user