python3-libxml2: explicit set sysconfdir to /etc

This commit is contained in:
Juergen Daubert 2022-09-02 10:06:42 +02:00
parent e76fffb805
commit 08725663bf
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UGsukCeP1OTrubuhNe4+0ImjA8O6XcuQNAWRNmNAIKhdJPUz3Fmn0jAQEmQ6HV51q8XhN5jOZQqVVkgIPpZNg0=
SHA256 (Pkgfile) = 2199e6fb91b0ae5882e9acddc0c15772b242a6932230325a0fe12e36788ad155
RWSE3ohX2g5d/cu/d4+1+qoBJk8n3nuogFGf1sI+C8243ciMe+qdXMZ2EwP/qWLOHRKeQa3834lOgDeI0+YpEA71C4sL/1yJ+AA=
SHA256 (Pkgfile) = 483517210ca4c921f827eebad72bfd4dd25c5c91eb46c87c6d178afd039092b2
SHA256 (.footprint) = c547660625d94c8358e23762cff44d40bc033314d2add2539bd8fc4ec1112e98
SHA256 (libxml2-2.10.2.tar.xz) = d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265

View File

@ -5,12 +5,12 @@
name=python3-libxml2
version=2.10.2
release=1
release=2
source=(https://download.gnome.org/sources/libxml2/${version:0:4}/libxml2-$version.tar.xz)
build() {
cd libxml2-$version
./configure --prefix=/usr
./configure --prefix=/usr --sysconfdir=/etc
cd python
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG