diff options
-rw-r--r-- | japanese/balsa/files/patch-aj | 6 | ||||
-rw-r--r-- | misc/uf-view/files/patch-po | 13 |
2 files changed, 3 insertions, 16 deletions
diff --git a/japanese/balsa/files/patch-aj b/japanese/balsa/files/patch-aj index 1ccb4a0165f6..98dbd3da4b3c 100644 --- a/japanese/balsa/files/patch-aj +++ b/japanese/balsa/files/patch-aj @@ -1,11 +1,11 @@ ---- po/Makefile.in.in.orig Wed Dec 22 15:06:25 1999 -+++ po/Makefile.in.in Thu Dec 23 05:22:51 1999 +--- po/Makefile.in.in.orig Thu Jul 1 16:03:05 2004 ++++ po/Makefile.in.in Thu Jul 1 16:03:42 2004 @@ -18,7 +18,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ -datadir = $(prefix)/@DATADIRNAME@ +datadir = $(prefix)/share - localedir = $(datadir)/locale + localedir = $(prefix)/share/locale gnulocaledir = $(prefix)/share/locale gettextsrcdir = $(prefix)/share/gettext/po diff --git a/misc/uf-view/files/patch-po b/misc/uf-view/files/patch-po deleted file mode 100644 index 06588ec09378..000000000000 --- a/misc/uf-view/files/patch-po +++ /dev/null @@ -1,13 +0,0 @@ ---- po/Makefile.in.in.orig Sun Apr 20 10:14:53 2003 -+++ po/Makefile.in.in Sun Apr 20 10:15:14 2003 -@@ -27,8 +27,8 @@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ - libdir = @libdir@ --localedir = $(libdir)/locale --gnulocaledir = $(datadir)/locale -+localedir = $(prefix)/share/locale -+gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/glib-2.0/gettext/po - subdir = po - |