From 30f73caf578e65c2cf3618994970ad7337bddf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 26 Mar 2012 14:32:09 +0100 Subject: [PATCH] missed ppc64 as a multilib arch --- libreoffice-multiliblauncher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice-multiliblauncher.sh b/libreoffice-multiliblauncher.sh index 7c416af..9688bd2 100644 --- a/libreoffice-multiliblauncher.sh +++ b/libreoffice-multiliblauncher.sh @@ -1,7 +1,7 @@ #!/bin/sh OOO_ARCH=$(uname -m) case $OOO_ARCH in - x86_64 | s390x | sparc64) + x86_64 | sparc64 | s390x | ppc64) OOO_LIB_DIR="/usr/lib64" SECONDARY_LIB_DIR="/usr/lib" ;;