X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpatches%2F209_use-etc-default.diff;h=deae7c11b3e4911d5cb6c44bcea87fcf611830e9;hb=be912256a10c9710090b9f67a7e0281847828640;hp=190bc8b56a2f967994c6161a165c72821ac69117;hpb=471a5e5f9928e2d324b2e10422a420f458bd63ff;p=ion3.git diff --git a/debian/patches/209_use-etc-default.diff b/debian/patches/209_use-etc-default.diff index 190bc8b..deae7c1 100755 --- a/debian/patches/209_use-etc-default.diff +++ b/debian/patches/209_use-etc-default.diff @@ -1,25 +1,8 @@ -#! /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-20060317.orig/etc/cfg_ion.lua ion3-20060317/etc/cfg_ion.lua ---- ion3-20060317.orig/etc/cfg_ion.lua 2006-03-17 20:43:04.000000000 +0100 -+++ ion3-20060317/etc/cfg_ion.lua 2006-03-17 22:16:02.000000000 +0100 -@@ -12,6 +12,9 @@ - --META="Mod1+" - --ALTMETA="" +--- ion3.orig/etc/cfg_ion.lua ++++ ion3/etc/cfg_ion.lua +@@ -15,6 +15,9 @@ + -- Terminal emulator + --XTERM="xterm" +-- Debian sets the META and ALTMETA keys in /etc/default/ion3. +dopath("cfg_debian")