ports/opt (3.7): libxml2: explicit set sysconfdir to /etc
commit e76fffb8054d5d9bf81a3aab4555521fe034431c Author: Juergen Daubert <jue@jue.li> Date: Fri Sep 2 10:06:13 2022 +0200 libxml2: explicit set sysconfdir to /etc diff --git a/libxml2/.signature b/libxml2/.signature index 235899bbc..1d4819ee1 100644 --- a/libxml2/.signature +++ b/libxml2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/a7U5Pi91RIrFuO/gds8yyncr71hDiorEA4zlswsVF+fqamBHhsvP/gUsm1NsE4K0bADHeMgli8h8gXSImUerwI= -SHA256 (Pkgfile) = 6848036245f2542689863b5fd8896f10449e231282fed266c9594bb8631529cd +RWSE3ohX2g5d/Rrez7Dz8c7qLTHh4xEPZyRX7AXZL/tCI12DoDKe/m3BesVsQMzwO7e3rXToaVN8OR4u4AoBSzv8rRRFI5wQKAg= +SHA256 (Pkgfile) = 4d2487b36d068135a14721e0d9da2b36537b2be6d0b2bc74c737b58fe1b12727 SHA256 (.footprint) = 9decbf5545790ebce3e4eedba86085bb0666711d140cceb0654a94f031c1b687 SHA256 (libxml2-2.10.2.tar.xz) = d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265 diff --git a/libxml2/Pkgfile b/libxml2/Pkgfile index 7fed2afe1..b06d92942 100644 --- a/libxml2/Pkgfile +++ b/libxml2/Pkgfile @@ -5,12 +5,15 @@ name=libxml2 version=2.10.2 -release=1 +release=2 source=(https://download.gnome.org/sources/libxml2/${version:0:4}/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr --without-python + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --without-python make make DESTDIR=$PKG install rm -r $PKG/usr/share/{doc,gtk-doc}
participants (1)
-
crux@crux.nu