public inbox for kbd@lists.linux.dev
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: kbd <kbd@lists.altlinux.org>
Subject: [kbd] [patch] fixup previous changes to loadunimap.c
Date: Sun, 30 Mar 2008 13:19:31 -0400	[thread overview]
Message-ID: <200803301319.32320.vapier@gentoo.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 298 bytes --]

iirc, a Debian patch made the change to loadunimap.c:
-static char *unidirpath[] = { "", DATADIR "/" UNIMAPDIR "/", 0 };
+static char *unidirpath[] = { "", DATADIR "/" TRANSDIR "/", 0 };

that shouldnt be an exclusive change, it should be both dirs.  the attached 
patch fixes things.
-mike

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

[-- Attachment #2: kbd-1.12-unimap.patch --]
[-- Type: text/x-diff, Size: 487 bytes --]

--- kbd-1.12/src/loadunimap.c.orig	2006-08-24 13:48:11.000000000 +0100
+++ kbd-1.12/src/loadunimap.c	2006-08-24 13:49:07.000000000 +0100
@@ -28,7 +28,7 @@
 extern char *progname;
 extern int force;
 
-static char *unidirpath[] = { "", DATADIR "/" TRANSDIR "/", 0 };
-static char *unisuffixes[] = { "", ".sfm", ".uni", 0 };
+static char *unidirpath[] = { "", DATADIR "/" UNIMAPDIR "/", DATADIR "/" TRANSDIR "/", 0 };
+static char *unisuffixes[] = { "", ".uni", ".sfm", 0 };

 #ifdef MAIN

             reply	other threads:[~2008-03-30 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-30 17:19 Mike Frysinger [this message]
2008-04-01 14:18 ` [kbd] [patch] fixup previous changes to loadunimap.c Alexey Gladkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200803301319.32320.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=kbd@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox