From 7bf2249f76da32d917dedcda83a8343338eeea12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 6 Sep 2019 20:55:47 +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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 8a06c8f1e3c..56bfd590c43 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() { @@ -152,4 +152,3 @@ libsmartcols_package() { vmove usr/lib/libsmartcols.so.* } } -