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=24.2.0.3

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-odk-idl.patch

mv libreoffice-$VERSION-odk-idl.patch ../patches

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