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
Index: create.patch.sh
===================================================================
--- create.patch.sh	(nonexistent)
+++ create.patch.sh	(revision 301)
@@ -0,0 +1,15 @@
+#!/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-sensitive.patch
+
+mv mate-control-center-$VERSION-sensitive.patch ../patches
+
+rm -rf ./mate-control-center-$VERSION
+rm -rf ./mate-control-center-$VERSION-orig

Property changes on: create.patch.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property