mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
shadow: newgrp(1) is provided by util-linux>=2.22.
This commit is contained in:
parent
f5be5e11c6
commit
c1f36af220
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.1.5.1
|
version=4.1.5.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
||||||
--libdir=/usr/lib --enable-shared --disable-static
|
--libdir=/usr/lib --enable-shared --disable-static
|
||||||
|
@ -70,7 +70,7 @@ post_install() {
|
||||||
# Remove utilities provided by util-linux
|
# Remove utilities provided by util-linux
|
||||||
rm \
|
rm \
|
||||||
$DESTDIR/usr/bin/{chsh,chfn,sg} \
|
$DESTDIR/usr/bin/{chsh,chfn,sg} \
|
||||||
$DESTDIR/usr/bin/{login,su} \
|
$DESTDIR/usr/bin/{newgrp,login,su} \
|
||||||
$DESTDIR/usr/sbin/{vipw,vigr}
|
$DESTDIR/usr/sbin/{vipw,vigr}
|
||||||
|
|
||||||
# ...and their many man pages
|
# ...and their many man pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue