diff --git a/srcpkgs/base-files/INSTALL b/srcpkgs/base-files/INSTALL index 2196c004e7..afdb23d1e3 100644 --- a/srcpkgs/base-files/INSTALL +++ b/srcpkgs/base-files/INSTALL @@ -81,7 +81,7 @@ post) echo "Creating system directories/symlinks..." make_system_dirs # Enable shadow passwd/groups. - if [ -x bin/pwconv && -x bin/grpconv -a "$(id -u)" -eq 0 ]; then + if [ -x bin/pwconv -a -x bin/grpconv -a "$(id -u)" -eq 0 ]; then pwconv && grpconv fi ;; diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template index b8da08161d..a29f8f395a 100644 --- a/srcpkgs/base-files/template +++ b/srcpkgs/base-files/template @@ -1,6 +1,6 @@ # Template file for 'base-files' pkgname=base-files -version=0.126 +version=0.125 revision=1 bootstrap=yes depends="xbps-triggers"