File: fix_t-code_mazegaki_location.patch

package info (click to toggle)
uim 1%3A1.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 37,436 kB
  • sloc: lisp: 354,934; ansic: 89,076; cpp: 29,587; sh: 5,708; makefile: 2,846; asm: 333; ruby: 290; xml: 30; javascript: 29
file content (20 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Add support to mazegaki conversion
Author: Kiwamu Okabe <kiwamu@debian.or.jp>
Bug-Debian: https://bugs.debian.org/507996
Origin: vendor
Forwarded: not-needed
Last-Update: 2010-06-24

Index: uim/scm/tutcode-custom.scm
===================================================================
--- uim.orig/scm/tutcode-custom.scm
+++ uim/scm/tutcode-custom.scm
@@ -60,7 +60,7 @@
 ;;
 
 (define-custom 'tutcode-dic-filename (string-append (sys-datadir)
-						 "/tc/mazegaki.dic")
+						 "/t-code/mazegaki.dic")
   '(tutcode tutcode-dict)
   '(pathname regular-file)
   (N_ "Mazegaki dictionary file")