mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
shadow: also remove sg.
This commit is contained in:
parent
a3007f1d81
commit
b488c6ccbf
1 changed files with 1 additions and 4 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=3
|
revision=4
|
||||||
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
|
||||||
|
@ -73,9 +73,6 @@ post_install() {
|
||||||
$DESTDIR/usr/bin/{login,su} \
|
$DESTDIR/usr/bin/{login,su} \
|
||||||
$DESTDIR/usr/sbin/{vipw,vigr}
|
$DESTDIR/usr/sbin/{vipw,vigr}
|
||||||
|
|
||||||
# but we keep newgrp, as sg is really an alias to it
|
|
||||||
mv $DESTDIR/usr/bin/{newgrp,sg}
|
|
||||||
|
|
||||||
# ...and their many man pages
|
# ...and their many man pages
|
||||||
find $DESTDIR/usr/share/man \
|
find $DESTDIR/usr/share/man \
|
||||||
'(' -name 'chsh.1' -o \
|
'(' -name 'chsh.1' -o \
|
||||||
|
|
Loading…
Add table
Reference in a new issue