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

tar --files-from=file.list -xJvf ../mate-control-center-$VERSION.tar.xz
mv mate-control-center-$VERSION mate-control-center-$VERSION-orig

cp -rf ./mate-control-center-$VERSION-new ./mate-control-center-$VERSION

diff --unified -Nr  mate-control-center-$VERSION-orig  mate-control-center-$VERSION > mate-control-center-$VERSION-appindicator.patch

mv mate-control-center-$VERSION-appindicator.patch ../patches

rm -rf ./mate-control-center-$VERSION
rm -rf ./mate-control-center-$VERSION-orig