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
   129         kx #!/bin/sh
   129         kx 
   129         kx VERSION=5.39
   129         kx 
   129         kx tar --files-from=file.list -xzvf ../file-$VERSION.tar.gz
   129         kx mv file-$VERSION file-$VERSION-orig
   129         kx 
   129         kx cp -rf ./file-$VERSION-new ./file-$VERSION
   129         kx 
   129         kx diff --unified -Nr  file-$VERSION-orig file-$VERSION > file-$VERSION-ppc-termios.patch
   129         kx 
   129         kx mv file-$VERSION-ppc-termios.patch ../patches
   129         kx 
   129         kx rm -rf ./file-$VERSION
   129         kx rm -rf ./file-$VERSION-orig