Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/sh

VERSION=7.6.2.1

tar --files-from=file.list -xJvf ../libreoffice-$VERSION.tar.xz
mv libreoffice-$VERSION libreoffice-$VERSION-orig

cp -rf ./libreoffice-$VERSION-new ./libreoffice-$VERSION

diff --unified -Nr  libreoffice-$VERSION-orig  libreoffice-$VERSION > libreoffice-$VERSION-isystem.patch

mv libreoffice-$VERSION-isystem.patch ../patches

rm -rf ./libreoffice-$VERSION
rm -rf ./libreoffice-$VERSION-orig