]> git.decadent.org.uk Git - ion3.git/blobdiff - debian/patches/204_fix-bindings.diff
Switched patch system from dpatch to quilt.
[ion3.git] / debian / patches / 204_fix-bindings.diff
index 9678a35b1b7a97268430e5152df790a8c65de730..5028e058f157db60f34cfa42b9b28e6a975de8df 100755 (executable)
@@ -1,22 +1,5 @@
-#! /bin/sh -e
-if [ $# -ne 1 ]; then 
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1  
-fi
-case "$1" in 
-    -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-    -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
-    *)
-        echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-        exit 1;;
-esac
-
-exit 0
-
-@DPATCH@
-diff -Nur ion3-20061223.orig/etc/cfg_ioncore.lua ion3-20061223/etc/cfg_ioncore.lua
---- ion3-20061223.orig/etc/cfg_ioncore.lua     2006-12-23 15:59:43.000000000 +0100
-+++ ion3-20061223/etc/cfg_ioncore.lua  2006-12-23 16:39:46.000000000 +0100
+--- ion3.orig/etc/cfg_ioncore.lua
++++ ion3/etc/cfg_ioncore.lua
 @@ -153,7 +153,7 @@
      kpress(META.."F1", "ioncore.exec_on(_, ':man ion3')"),