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'
|
||||
pkgname=shadow
|
||||
version=4.1.5.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
||||
--libdir=/usr/lib --enable-shared --disable-static
|
||||
|
@ -73,9 +73,6 @@ post_install() {
|
|||
$DESTDIR/usr/bin/{login,su} \
|
||||
$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
|
||||
find $DESTDIR/usr/share/man \
|
||||
'(' -name 'chsh.1' -o \
|
||||
|
|
Loading…
Reference in a new issue