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,18 @@
+#!/bin/sh
+
+VERSION=20020321
+
+NETKIT_VERSION=0.17
+
+mkdir -p netkit-telnet-$NETKIT_VERSION
+tar -C netkit-telnet-$NETKIT_VERSION --files-from=file.list -xzvf ../telnet-OpenBSD-$VERSION.tar.gz
+mv netkit-telnet-$NETKIT_VERSION netkit-telnet-$NETKIT_VERSION-orig
+
+cp -rf ./netkit-telnet-$NETKIT_VERSION-new ./netkit-telnet-$NETKIT_VERSION
+
+diff --unified -Nr  netkit-telnet-$NETKIT_VERSION-orig  netkit-telnet-$NETKIT_VERSION > telnet-OpenBSD-$VERSION.patch
+
+mv telnet-OpenBSD-$VERSION.patch ../patches
+
+rm -rf ./netkit-telnet-$NETKIT_VERSION
+rm -rf ./netkit-telnet-$NETKIT_VERSION-orig

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