]> git.ipfire.org Git - thirdparty/newt.git/commit
install all python files to platlib
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 10 Mar 2025 13:25:29 +0000 (14:25 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 10 Mar 2025 13:29:06 +0000 (14:29 +0100)
commit1174b6c34416f15b5b5d758fd4fa06b8d47d7bbf
tree619526846b16e02827fb9a878e63ad37f08c4004
parent3d9f425d05e6b05a43ed9b05f38f773306e12590
install all python files to platlib

A single python package should not be split between purelib and platlib.
Install everything into platlib as before.

This is a partial revert of commit ecd43ab512e7 ("install python modules
to purelib and platlib").
Makefile.in