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 62)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+VERSION=0.3.1
+
+tar --files-from=file.list -xJvf ../webrtc-audio-processing-$VERSION.tar.xz
+mv webrtc-audio-processing-$VERSION webrtc-audio-processing-$VERSION-orig
+
+cp -rf ./webrtc-audio-processing-$VERSION-new ./webrtc-audio-processing-$VERSION
+
+diff --unified -Nr  webrtc-audio-processing-$VERSION-orig  webrtc-audio-processing-$VERSION > webrtc-audio-processing-$VERSION-cross.patch
+
+mv webrtc-audio-processing-$VERSION-cross.patch ../patches
+
+rm -rf ./webrtc-audio-processing-$VERSION
+rm -rf ./webrtc-audio-processing-$VERSION-orig

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