Makefile: autodetected python installation path
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
7d8a94289a
commit
13db1dcf1e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ TMPFILESDIR = $(shell rpm --eval '%{_tmpfilesdir}' 2>/dev/null || echo /usr/lib/
|
|||
VERSIONED_NAME = $(NAME)-$(VERSION)
|
||||
|
||||
DOCDIR = /usr/share/doc/$(NAME)
|
||||
PYTHON_SITELIB = /usr/lib/python2.7/site-packages
|
||||
PYTHON_SITELIB = $(shell python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib();' || echo /usr/lib/python2.7/site-packages)
|
||||
TUNED_PROFILESDIR = /usr/lib/tuned
|
||||
BASH_COMPLETIONS = /usr/share/bash-completion/completions
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue