summaryrefslogtreecommitdiff
path: root/setup/Makefile.am
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2010-04-19 10:15:16 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2010-04-19 10:15:16 +0900
commitc7e237e3e3110a5b5d321e31546812e08842e046 (patch)
tree3d52196f96ca00a2071616785b746d89932ee483 /setup/Makefile.am
parentec9cda8a73caf5dad6a6a0da5d5813fbd8887169 (diff)
downloadibus-anthy-c7e237e3e3110a5b5d321e31546812e08842e046.tar.gz
Fix kasumi icon path to get prefix.
Diffstat (limited to 'setup/Makefile.am')
-rw-r--r--setup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am
index e377e06..7d8acf1 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -57,6 +57,7 @@ EXTRA_DIST = \
anthyprefs.py: anthyprefs.py.in
sed -e "s|\@ANTHY_ZIPCODE_FILE\@|$(ANTHY_ZIPCODE_FILE)|g" \
-e "s|\@KASUMI_EXEC_FILE\@|$(KASUMI_EXEC_FILE)|g" \
+ -e "s|\@KASUMI_ICON_FILE\@|$(KASUMI_ICON_FILE)|g" \
-e "s|\@pkgdatadir\@|$(pkgdatadir)|g" \
$< > $@