From 7bfdddbc905227c733d1c9c92771bd3796e4301b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 6 Sep 2019 20:12:16 +0200 Subject: [PATCH] util-linux: exclude /bin from default PATH /bin is still added to PATH by /etc/profile, but after /usr/bin --- srcpkgs/util-linux/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 8a06c8f1e3c..ede6d5e5847 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -1,7 +1,7 @@ # Template file for 'util-linux' pkgname=util-linux version=2.34 -revision=1 +revision=2 hostmakedepends="automake bison gettext-devel libtool pkg-config" makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel" checkdepends="ncurses" # Some tests require terminfo-entries @@ -41,7 +41,7 @@ do_configure() { --enable-vipw --enable-newgrp --enable-chfn-chsh \ --with-systemdsystemunitdir=no \ --without-udev --without-python \ - --enable-write + --enable-write --enable-usrdir-path } do_build() {