From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- createpatch.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 createpatch.sh (limited to 'createpatch.sh') diff --git a/createpatch.sh b/createpatch.sh new file mode 100755 index 0000000..c4dd686 --- /dev/null +++ b/createpatch.sh @@ -0,0 +1,19 @@ +INSTALLDIR="." +DIRECTFBDIR="." + +FUSION="linux-fusion-8.1.1" +DIRECTFB="DirectFB-1.4.1" +SAWMAN="SaWMan-1.4.1" +DIVINE="DiVine-0.4.0" +FUSIONDALE="FusionDale-0.8.1" + +cd _ +diff -uNrb linux-fusion-8.1.1_or/ linux-fusion-8.1.1/ > linux-fusion.patch +diff -uNrb DirectFB-1.4.1_or/ DirectFB-1.4.1/ > directfb.patch +diff -uNrb SaWMan-1.4.1_or/ SaWMan-1.4.1/ > sawman.patch +diff -uNrb FusionDale-0.8.1_or/ FusionDale-0.8.1/ > fusiondale.patch +diff -uNrb DiVine-0.4.0_or/ DiVine-0.4.0/ > divine.patch +cd .. + + + -- cgit