summaryrefslogtreecommitdiff
path: root/createpatch.sh
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 08:46:13 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 08:46:13 +0100
commit7fe60435bce6595a9c58a9bfd8244d74b5320e96 (patch)
tree1ac714a916e02fc90901ddac8bc2a3c6d051d28c /createpatch.sh
downloaddirectfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.tar.gz
directfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.tar.bz2
directfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.zip
Import DirectFB141_2k11R3_beta5
Diffstat (limited to 'createpatch.sh')
-rwxr-xr-xcreatepatch.sh19
1 files changed, 19 insertions, 0 deletions
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 ..
+
+
+