mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
image/install:
- create /lib64 and /usr/lib64 symbolic links needed for x64 support
This commit is contained in:
parent
2b18eb29e8
commit
8f455e6e14
@ -44,6 +44,11 @@ case "$2" in
|
||||
ln -sf /var/tmp $INSTALL/tmp
|
||||
ln -sf /var/media $INSTALL/media
|
||||
|
||||
if [ $TARGET_ARCH = x86_64 -o $TARGET_ARCH = powerpc64 ]; then
|
||||
ln -s /lib $INSTALL/lib64
|
||||
ln -s lib $INSTALL/usr/lib64
|
||||
fi
|
||||
|
||||
# Basissystem...
|
||||
$SCRIPTS/install eglibc
|
||||
$SCRIPTS/install gcc-final
|
||||
|
Loading…
x
Reference in New Issue
Block a user