mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
swig.mk, defs-(dist|dev).mk: Fix Python 3 support
python38.pc doesn't exist on OpenSUSE Tumbleweed, python-38.pc does, so use that naming scheme. Also allow installation with DEVELOPMENT=true, failed with the attempt to install as root user before. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
97a74b10b6
commit
e06ead38cc
3 changed files with 11 additions and 5 deletions
|
|
@ -98,6 +98,9 @@ PYMODMODE ?= 644
|
|||
PYJWBDIROWNER ?= $(BUILD_USER)
|
||||
PYJWBDIRGROUP ?= $(BUILD_GROUP)
|
||||
PYJWBDIRMODE ?= 755
|
||||
SWIG_TARGETOWNER ?= $(PYMODOWNER)
|
||||
SWIG_TARGETGROUP ?= $(PYMODGROUP)
|
||||
SWIG_TARGETMODE ?= $(PYMODMODE)
|
||||
INITOWNER ?= $(EXEOWNER)
|
||||
INITGROUP ?= $(EXEGROUP)
|
||||
INITMODE ?= $(EXEMODE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue