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 5)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+VERSION=3.10.8
+
+tar -xJf ../Python-$VERSION.tar.xz
+patch -p0 < ../patches/Python-$VERSION-compat32.patch > /dev/null 2>&1
+tar -cJf Python-$VERSION.tar.xz Python-$VERSION
+rm -rf Python-$VERSION
+
+tar --files-from=file.list -xJvf ./Python-$VERSION.tar.xz
+rm -f ./Python-$VERSION.tar.xz
+mv Python-$VERSION Python-$VERSION-orig
+
+cp -rf ./Python-$VERSION-new ./Python-$VERSION
+
+diff --unified -Nr  Python-$VERSION-orig  Python-$VERSION > Python-$VERSION-cross32.patch
+
+mv Python-$VERSION-cross32.patch ../patches
+
+rm -rf ./Python-$VERSION
+rm -rf ./Python-$VERSION-orig

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