diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-08 22:53:44 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-08 22:53:44 +0100 |
commit | 63a2fd1c33db9410d56321f76182f6e92cedf216 (patch) | |
tree | 7a01bd1991ee0e18f7616da30c56bf452f1d4dc9 /libre/filesystem | |
parent | bed9183d488604a23aa4a49ec94128aa4149747b (diff) | |
download | abslibre-63a2fd1c33db9410d56321f76182f6e92cedf216.tar.gz abslibre-63a2fd1c33db9410d56321f76182f6e92cedf216.tar.bz2 abslibre-63a2fd1c33db9410d56321f76182f6e92cedf216.zip |
libre/filesystem: added recipe for ppc64le
Diffstat (limited to 'libre/filesystem')
-rw-r--r-- | libre/filesystem/PKGBUILD | 4 |
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 |