[pybliographer] Sync from the main git repo
- From: Zoltan Kota <zkota src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pybliographer] Sync from the main git repo
- Date: Tue, 24 Aug 2010 12:27:00 +0000 (UTC)
commit 6c45bd6677c2334da2bda266307dd630d14f6f4c
Author: Zoltan Kota <zoltank gmail com>
Date: Tue Aug 24 14:29:53 2010 +0200
Sync from the main git repo
etc/installer.in | 4 ++--
pybliographer.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/etc/installer.in b/etc/installer.in
index 7ea03ae..b34e22b 100644
--- a/etc/installer.in
+++ b/etc/installer.in
@@ -31,7 +31,7 @@ datarootdir="@datarootdir@"
datadir="@datadir@"
libpyb="${libdir}/@PACKAGE@"
datapyb="${datadir}/@PACKAGE@"
-localedir="${datadir}/locale"
+localedir="@localedir@"
bindir="@bindir@"
@@ -44,6 +44,6 @@ s% datapyb@%${datapyb}%g
s% python_path@% Python@%g
s% package@% PACKAGE@%g
s% version@% VERSION@%g
-s% localedir@%${localedir}%g
+s% locale_dir@%${localedir}%g
s% p_datadir@%${datadir}%g
"
diff --git a/pybliographer.py b/pybliographer.py
index d074344..08b46dd 100644
--- a/pybliographer.py
+++ b/pybliographer.py
@@ -24,7 +24,7 @@ version = "@version@"
progname = "@package@"
data_pybdir = "@datapyb@"
-localedir = "@localedir@"
+localedir = "@locale_dir@"
import sys
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]