libreoffice-bin: fix x86 build.
This commit is contained in:
parent
04bf32b793
commit
33ed1ed660
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue