summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-12-01 18:55:37 +0000
committerKalev Lember <klember@redhat.com>2018-12-01 20:19:11 +0100
commit37978fbf65542677667e3f26cc28514ef6429516 (patch)
treec232ace4ca19a6192bc21caf70ae361b61a7a438 /lib
parentfe164973c4d8e114572d91afba38bf68f281eab1 (diff)
lib/python/packagekit/Makefile.am: Use the detected PYTHON version
This will fix compilation in system where only the "python3" executable exists
Diffstat (limited to 'lib')
-rw-r--r--lib/python/packagekit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/packagekit/Makefile.am b/lib/python/packagekit/Makefile.am
index 617006647..a589cde17 100644
--- a/lib/python/packagekit/Makefile.am
+++ b/lib/python/packagekit/Makefile.am
@@ -1,7 +1,7 @@
BUILT_SOURCES = enums.py
enums.py: $(top_srcdir)/lib/python/enum-convertor.py $(top_srcdir)/lib/packagekit-glib2/pk-enum.c
- python $(top_srcdir)/lib/python/enum-convertor.py $(top_srcdir)/lib/packagekit-glib2/pk-enum.c > enums.py
+ $(PYTHON) $(top_srcdir)/lib/python/enum-convertor.py $(top_srcdir)/lib/packagekit-glib2/pk-enum.c > enums.py
if HAVE_PYTHON_BACKEND
packagekitpythondir = ${PYTHON_PACKAGE_DIR}