mirror of https://github.com/ansible/ansible.git
Make PKGBUILD packaging standards compliant.
* replace pointless patch with PYTHON=python2 * simplify git describe command * move pkgver() function lower, so build chroots can make use of it * align packages in optdepends using spaces * use double quotation marks only where it's needed * unify usage of brackets sorrounding variables * shorten pkgdesc (kudos to Fedora) * update READMEpull/5302/head
parent
66f47c2096
commit
24ae4f014f
@ -1,11 +0,0 @@
|
||||
--- 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
|
Loading…
Reference in New Issue