mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-15 18:00:53 +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
|
PREFIX ?= /usr
|
||||||
SBINDIR ?= $(PREFIX)/sbin
|
SBINDIR ?= $(PREFIX)/sbin
|
||||||
MANDIR = $(PREFIX)/share/man
|
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)
|
PACKAGEDIR ?= $(PYTHONLIBDIR)
|
||||||
BASHCOMPLETIONDIR ?= $(PREFIX)/share/bash-completion/completions
|
BASHCOMPLETIONDIR ?= $(PREFIX)/share/bash-completion/completions
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
PYTHON ?= python
|
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
|
PACKAGEDIR ?= /$(PYTHONLIBDIR)/sepolgen
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
Loading…
Reference in New Issue
Block a user