From 63a2fd1c33db9410d56321f76182f6e92cedf216 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Fri, 8 Feb 2019 22:53:44 +0100 Subject: libre/filesystem: added recipe for ppc64le --- libre/filesystem/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 511cfeb27..53d96f3c5 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -104,6 +104,10 @@ package() { ln -s usr/lib lib64 ln -s lib usr/lib64 } + [[ $CARCH = 'powerpc64le' ]] && { + ln -s usr/lib lib64 + ln -s lib usr/lib64 + } # add bin symlinks ln -s usr/bin bin -- cgit v1.2.3