ports/opt (3.7): python3-libxml2: explicit set sysconfdir to /etc
commit 08725663bf6a283f000c48fad98601226640d29a Author: Juergen Daubert <jue@jue.li> Date: Fri Sep 2 10:06:42 2022 +0200 python3-libxml2: explicit set sysconfdir to /etc diff --git a/python3-libxml2/.signature b/python3-libxml2/.signature index 6357ed764..f854a0075 100644 --- a/python3-libxml2/.signature +++ b/python3-libxml2/.signature @@ -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 diff --git a/python3-libxml2/Pkgfile b/python3-libxml2/Pkgfile index 930c46077..77d00ef7f 100644 --- a/python3-libxml2/Pkgfile +++ b/python3-libxml2/Pkgfile @@ -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
participants (1)
-
crux@crux.nu