mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
Merge pull request #4131 from dhewg/pull/vim
vim: work around broken make dependencies
This commit is contained in:
commit
c120ddb49d
@ -40,6 +40,10 @@ make_target() {
|
|||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_makeinstall_target() {
|
||||||
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
(
|
(
|
||||||
cd $INSTALL/storage/.kodi/addons/virtual.system-tools/data/vim
|
cd $INSTALL/storage/.kodi/addons/virtual.system-tools/data/vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user