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,15 @@
+#!/bin/sh
+
+VERSION=0.8.2
+
+tar --files-from=file.list -xJvf ../libcap-ng-$VERSION.tar.xz
+mv libcap-ng-$VERSION libcap-ng-$VERSION-orig
+
+cp -rf ./libcap-ng-$VERSION-new ./libcap-ng-$VERSION
+
+diff --unified -Nr  libcap-ng-$VERSION-orig  libcap-ng-$VERSION > libcap-ng-$VERSION-python-cross.patch
+
+mv libcap-ng-$VERSION-python-cross.patch ../patches
+
+rm -rf ./libcap-ng-$VERSION
+rm -rf ./libcap-ng-$VERSION-orig

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