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 285)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+VERSION=3.22.24
+
+tar --files-from=file.list -xJvf ../mate-themes-$VERSION.tar.xz
+mv mate-themes-$VERSION mate-themes-$VERSION-orig
+
+cp -rf ./mate-themes-$VERSION-new ./mate-themes-$VERSION
+
+diff --unified -Nr  mate-themes-$VERSION-orig  mate-themes-$VERSION > mate-themes-$VERSION-gtk2.patch
+
+mv mate-themes-$VERSION-gtk2.patch ../patches
+
+rm -rf ./mate-themes-$VERSION
+rm -rf ./mate-themes-$VERSION-orig

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