mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
image:
- add support for providing some files for copy to target filesystem via projects/*
This commit is contained in:
parent
395839441f
commit
d7a2052f26
@ -49,6 +49,11 @@ case "$2" in
|
||||
ln -s lib $INSTALL/usr/lib64
|
||||
fi
|
||||
|
||||
# copy project related files to filesystem
|
||||
if [ -d $PROJECT_DIR/$PROJECT/filesystem ]; then
|
||||
cp -PR $PROJECT_DIR/$PROJECT/filesystem/* $INSTALL
|
||||
fi
|
||||
|
||||
# Basissystem...
|
||||
$SCRIPTS/install eglibc
|
||||
$SCRIPTS/install gcc-final
|
||||
|
Loading…
x
Reference in New Issue
Block a user