summaryrefslogtreecommitdiff
path: root/libre/filesystem
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-08 22:53:44 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-08 22:53:44 +0100
commit63a2fd1c33db9410d56321f76182f6e92cedf216 (patch)
tree7a01bd1991ee0e18f7616da30c56bf452f1d4dc9 /libre/filesystem
parentbed9183d488604a23aa4a49ec94128aa4149747b (diff)
libre/filesystem: added recipe for ppc64le
Diffstat (limited to 'libre/filesystem')
-rw-r--r--libre/filesystem/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
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