Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggest: get rid of absolute path in unix/ibus/gen_mozc_xml.py #41

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

version: mozc-0.13.464.102
target file: unix/ibus/gen_mozc_xml.py
category: absolute path
OS: FreeBSD 9-CURRENT / 8.1-RELEASE
CC: gcc 4.2.1 (FreeBSD default compiler)


/usr/libexec/ibus-engine-mozc and /usr/share/ibus-mozc/product_icon.png are
absolute path. Please consider more portable way of path management. 
(e.g., Linux uses /usr/ as default top path of 3rd party applications.
FreeBSD uses /usr/local/ on that way. Other OSes use other path as their
default apps top path).

Original issue reported on code.google.com by daichig...@gmail.com on 20 Sep 2010 at 3:54

@GoogleCodeExporter
Copy link
Author

Fixed in r171.
Now these paths are configuarable through GYP_DEFINES as follows.
https://code.google.com/p/mozc/wiki/LinuxBuildInstructions#Customize_installatio
n_paths

Original comment by yukawa@google.com on 28 Aug 2013 at 6:07

  • Changed state: Fixed
  • Added labels: OpSys-FreeBSD, OpSys-Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant