mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-27 16:32:05 +00:00
python: build: move modules from platform-specific to platform-shared
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
This commit is contained in:
parent
11aaf180ef
commit
88a6216ddb
@ -4,7 +4,7 @@ PYTHON ?= python
|
||||
PREFIX ?= /usr
|
||||
SBINDIR ?= $(PREFIX)/sbin
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(plat_specific=1, prefix='$(PREFIX)'))")
|
||||
PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(prefix='$(PREFIX)'))")
|
||||
PACKAGEDIR ?= $(PYTHONLIBDIR)
|
||||
BASHCOMPLETIONDIR ?= $(PREFIX)/share/bash-completion/completions
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PREFIX ?= /usr
|
||||
PYTHON ?= python
|
||||
PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(plat_specific=1, prefix='$(PREFIX)'))")
|
||||
PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(prefix='$(PREFIX)'))")
|
||||
PACKAGEDIR ?= /$(PYTHONLIBDIR)/sepolgen
|
||||
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user