Created
March 15, 2010 06:46
-
-
Save Ronmi/332588 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/configure.ac b/configure.ac | |
| index f943c3c..a179e41 100644 | |
| --- a/configure.ac | |
| +++ b/configure.ac | |
| @@ -60,7 +60,7 @@ AC_SUBST(desktopentrydir) | |
| AS_AC_EXPAND(DATADIR, $datarootdir) | |
| AC_SUBST(DATADIR) | |
| -AS_AC_EXPAND(PYEXECDIR, $pyexecdir) | |
| +AS_AC_EXPAND(PYEXECDIR, $pkgpythondir) | |
| AC_SUBST(PYEXECDIR) | |
| AS_AC_EXPAND(LIBDIR, $libdir) | |
| diff --git a/src/wallbox/Makefile.am b/src/wallbox/Makefile.am | |
| index f34baf7..ffeffc7 100644 | |
| --- a/src/wallbox/Makefile.am | |
| +++ b/src/wallbox/Makefile.am | |
| @@ -1,4 +1,4 @@ | |
| -python_PYTHON = \ | |
| +pkgpython_PYTHON = \ | |
| __init__.py \ | |
| comment.py \ | |
| defs.py \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment