mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
treewide: drop references to powerpc64
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
@@ -97,7 +97,7 @@ ln -sf /usr/lib $INSTALL/lib
|
||||
ln -sf /usr/bin $INSTALL/bin
|
||||
ln -sf /usr/sbin $INSTALL/sbin
|
||||
|
||||
if [ "$TARGET_ARCH" = "x86_64" -o "$TARGET_ARCH" = "powerpc64" ]; then
|
||||
if [ "$TARGET_ARCH" = "x86_64" ]; then
|
||||
ln -s /usr/lib $INSTALL/lib64
|
||||
ln -s /usr/lib $INSTALL/usr/lib64
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user