Skip to content

Instantly share code, notes, and snippets.

@Ronmi
Created March 15, 2010 06:46
Show Gist options
  • Select an option

  • Save Ronmi/332588 to your computer and use it in GitHub Desktop.

Select an option

Save Ronmi/332588 to your computer and use it in GitHub Desktop.
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