From 3f9bde5ba982edd97a56d207e9fb1bfd5d26944b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 1 Jul 2023 17:53:46 +0200 Subject: [PATCH] xdm: adjust PATH for usrmerge --- srcpkgs/xdm/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xdm/template b/srcpkgs/xdm/template index 2fdc56ad7f2..282b8fe7a54 100644 --- a/srcpkgs/xdm/template +++ b/srcpkgs/xdm/template @@ -1,7 +1,7 @@ # Template file for 'xdm' pkgname=xdm version=1.1.14 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-random-device=/dev/urandom --with-utmp-file=/var/run/utmp @@ -24,6 +24,10 @@ homepage="http://xorg.freedesktop.org" distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz" checksum=3e9bf25636797ec9e595286dd6820ecc33901439f07705eaf608ecda012c3d5f +pre_configure() { + export DEF_USER_PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin +} + post_install() { vsv xdm vinstall ${FILESDIR}/xdm.pam 644 etc/pam.d xdm