Skip to content

Commit 92cf037

Browse files
authored
Merge pull request #7 from obache/fix-python-path
Change to set python path to configured one properly
2 parents aa9dcec + 8f00cfb commit 92cf037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/ibus-setup-array.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
# along with this program; if not, write to the Free Software
2020
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2121

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

0 commit comments

Comments
 (0)