diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-07 09:22:51 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-07 09:22:51 +0800 |
commit | 69c9064465e0e7f0f1a52f73cdc4358dbeabfec8 (patch) | |
tree | 6f801d5c6a2abb5ad8235834801754bce3012a0f /daemon | |
parent | 5d1c2f9487462405ddb5a70cfc113c39e06a5da5 (diff) | |
download | ibus-69c9064465e0e7f0f1a52f73cdc4358dbeabfec8.tar.gz ibus-69c9064465e0e7f0f1a52f73cdc4358dbeabfec8.tar.xz ibus-69c9064465e0e7f0f1a52f73cdc4358dbeabfec8.zip |
Add IBUS_PREFIX env in start scripts.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/ibus-daemon.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/ibus-daemon.in b/daemon/ibus-daemon.in index 48522be..f4a8f24 100644 --- a/daemon/ibus-daemon.in +++ b/daemon/ibus-daemon.in @@ -19,5 +19,6 @@ # Free Software Foundation, Inc., 59 Temple Place, Suite 330, # Boston, MA 02111-1307 USA +export IBUS_PREFIX=@prefix@ exec python @prefix@/share/ibus/daemon/ibusdaemon.py $@ |