summaryrefslogtreecommitdiff
path: root/createpatch.sh
diff options
context:
space:
mode:
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 ..
+
+
+