Skip to content

Commit

Permalink
Merge pull request #7 from obache/fix-python-path
Browse files Browse the repository at this point in the history
Change to set python path to configured one properly
  • Loading branch information
lexical committed May 23, 2018
2 parents aa9dcec + 8f00cfb commit 92cf037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ibus-setup-array.in
Expand Up @@ -19,5 +19,5 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

exec python @prefix@/share/ibus-array/setup/main.py $@
exec @PYTHON@ @prefix@/share/ibus-array/setup/main.py $@

0 comments on commit 92cf037

Please sign in to comment.