Skip to content

Commit

Permalink
Fix the python exec install path.
Browse files Browse the repository at this point in the history
This might fix issue  Homebrew/homebrew-core#84708
  • Loading branch information
linas committed Sep 8, 2021
1 parent ca8c0e0 commit a613961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 5.10.2 (XXX 2021)
* Nothing yet!
* Fix python install path.

Version 5.10.1 (7 Sept 2021)
* Fix perl bindings build fail. #1248
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ built_py_sources = $(top_builddir)/bindings/python/clinkgrammar.py
# Thus, typically, it will install into
# /usr/local/lib/python2.7/dist-packages/linkgrammar (without the dash)
pkgpythondir=$(pythondir)/linkgrammar
pkgpyexecdir=$(pythondir)/linkgrammar
pkgpyexecdir=$(pyexecdir)/linkgrammar

# Files that get installed in $pkgpythondir
pkgpython_PYTHON = \
Expand Down

0 comments on commit a613961

Please sign in to comment.