diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-16 17:52:07 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-16 17:52:07 +0800 |
| commit | 889e2190c68a4e2a4a8dce9f654d36d9ec06f138 (patch) | |
| tree | 66b2746c901b11c8962e35c8c04d8073756cb794 /gconf | |
| parent | 16d674dd9f2561328ab7e1a5a42d32c12d11ec5f (diff) | |
| download | ibus-889e2190c68a4e2a4a8dce9f654d36d9ec06f138.tar.gz ibus-889e2190c68a4e2a4a8dce9f654d36d9ec06f138.tar.xz ibus-889e2190c68a4e2a4a8dce9f654d36d9ec06f138.zip | |
Fix bug when do not install ibus in /usr
Diffstat (limited to 'gconf')
| -rw-r--r-- | gconf/ibus-gconf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gconf/ibus-gconf b/gconf/ibus-gconf deleted file mode 100644 index 0e3a03c..0000000 --- a/gconf/ibus-gconf +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# ibus - The Input Bus -# -# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com> -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this program; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307 USA - -export IBUS_PREFIX=/usr -exec python /usr/share/ibus/gconf/main.py $@ - |
