forked from kiss-community/repo
shadow: new at 4.14.2
split from patch provided by emma
This commit is contained in:
parent
7f5b307c24
commit
8db82edaa6
22
extra/shadow/build
Executable file
22
extra/shadow/build
Executable file
@ -0,0 +1,22 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/bin \
|
||||
--libdir=/usr/lib \
|
||||
--mandir=/usr/share/man \
|
||||
--sysconfdir=/etc \
|
||||
--disable-man \
|
||||
--disable-account-tools-setuid \
|
||||
--with-group-name-max-length=32 \
|
||||
--without-audit \
|
||||
--without-selinux \
|
||||
--without-libpam
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Fix broken --sbindir.
|
||||
mv -f "$1/usr/sbin/"* "$1/usr/bin"
|
||||
rmdir "$1/usr/sbin"
|
1
extra/shadow/checksums
Normal file
1
extra/shadow/checksums
Normal file
@ -0,0 +1 @@
|
||||
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 shadow-4.14.2.tar.xz
|
1
extra/shadow/sources
Normal file
1
extra/shadow/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/shadow-maint/shadow/releases/download/4.14.2/shadow-4.14.2.tar.xz
|
1
extra/shadow/version
Normal file
1
extra/shadow/version
Normal file
@ -0,0 +1 @@
|
||||
4.14.2 2
|
Loading…
Reference in New Issue
Block a user