libreoffice-bin: fix x86 build.

This commit is contained in:
Juan RP 2013-05-22 16:36:37 +02:00
parent 04bf32b793
commit 33ed1ed660

View file

@ -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
}
}