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
   273         kx #!/bin/sh
   273         kx 
   273         kx VERSION=1.27.0
   273         kx 
   273         kx tar --files-from=file.list -xJvf ../mate-control-center-$VERSION.tar.xz
   273         kx mv mate-control-center-$VERSION mate-control-center-$VERSION-orig
   273         kx 
   273         kx cp -rf ./mate-control-center-$VERSION-new ./mate-control-center-$VERSION
   273         kx 
   273         kx diff --unified -Nr  mate-control-center-$VERSION-orig  mate-control-center-$VERSION > mate-control-center-$VERSION-appindicator.patch
   273         kx 
   273         kx mv mate-control-center-$VERSION-appindicator.patch ../patches
   273         kx 
   273         kx rm -rf ./mate-control-center-$VERSION
   273         kx rm -rf ./mate-control-center-$VERSION-orig