]> git.ipfire.org Git - thirdparty/newt.git/commit
install python modules to purelib and platlib master
authorRyan Carsten Schmidt <git@ryandesign.com>
Fri, 26 Apr 2024 02:35:13 +0000 (02:35 +0000)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 6 May 2024 09:12:25 +0000 (11:12 +0200)
commitecd43ab512e707f6e7873368871b517ed3206859
tree552df590b3c1ef34a391fef67b274eb5563120bf
parent103a604418d48e504eb62ccb27fa83589f5026e3
install python modules to purelib and platlib

Don't assume that python modules go into $(libdir)/$$ver/site-packages;
get the correct values by asking sysconfig for its platlib and purelib.
This requires python 2.7 or later or python 3.2 or later.
Makefile.in