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
   371         kx #!/bin/sh
   371         kx 
   371         kx VERSION=24.2.0.3
   371         kx 
   371         kx tar --files-from=file.list -xJvf ../libreoffice-$VERSION.tar.xz
   371         kx mv libreoffice-$VERSION libreoffice-$VERSION-orig
   371         kx 
   371         kx cp -rf ./libreoffice-$VERSION-new ./libreoffice-$VERSION
   371         kx 
   371         kx diff --unified -Nr  libreoffice-$VERSION-orig  libreoffice-$VERSION > libreoffice-$VERSION-isystem.patch
   371         kx 
   371         kx mv libreoffice-$VERSION-isystem.patch ../patches
   371         kx 
   371         kx rm -rf ./libreoffice-$VERSION
   371         kx rm -rf ./libreoffice-$VERSION-orig