From 33ed1ed660802b7ca1dd2c446033f972666c7b6c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 May 2013 16:36:37 +0200 Subject: [PATCH] libreoffice-bin: fix x86 build. --- srcpkgs/libreoffice-bin/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libreoffice-bin/template b/srcpkgs/libreoffice-bin/template index 835b15cb2d9..46bf87a5d4a 100644 --- a/srcpkgs/libreoffice-bin/template +++ b/srcpkgs/libreoffice-bin/template @@ -15,7 +15,7 @@ if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then _arch=x86 distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz" - checksum=91f1d4cc30ac6e6f25d5933a175f1fa648283a4d9dc564f831d942c0eb9baf19 + checksum=066109676c42b7a5302ef8eb5b636c218917b2c89de672523e174eb326c82872 fi only_for_archs="i686 x86_64" wrksrc="LibreOffice_${version}.3_Linux_${_arch}_deb" @@ -56,7 +56,6 @@ do_install() { libreoffice-bin_package() { pkg_install() { - vmove usr - vmove opt + vmove all } }