ansible/packaging/arch/python-binary.diff
Michel Blanc 04b19062d3 Fixes arch building file
Arch python binary patch was broken since improvement in 785068d. This
change fixes patch, removing most of the lines thanks to the new PYTHON
variable.
New source file already uploaded on AUR.
2013-03-11 23:19:27 +01:00

11 lines
466 B
Diff

--- ansible.orig/Makefile 2013-03-11 23:12:32.586322115 +0100
+++ ansible/Makefile 2013-03-11 23:12:59.375487971 +0100
@@ -28,7 +28,7 @@
ASCII2MAN = @echo "ERROR: AsciiDoc 'a2x' command is not installed but is required to build $(MANPAGES)" && exit 1
endif
-PYTHON=python
+PYTHON=python2
SITELIB = $(shell $(PYTHON) -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
# VERSION file provides one place to update the software version