openssh: rebuild with xbps-0.43.1_8 to store correct relative symlinks.
This commit is contained in:
parent
9709a49cc9
commit
c138e0c293
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=6.7p1
|
version=6.7p1
|
||||||
revision=9
|
revision=10
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
|
@ -35,9 +35,9 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/sshd.pam.generic 644 etc/pam.d sshd
|
vinstall contrib/sshd.pam.generic 644 etc/pam.d sshd
|
||||||
vinstall contrib/ssh-copy-id 755 usr/bin
|
vbin contrib/ssh-copy-id
|
||||||
vinstall contrib/ssh-copy-id.1 644 usr/share/man/man1
|
vman contrib/ssh-copy-id.1
|
||||||
vinstall LICENCE 644 usr/share/licenses/${pkgname}
|
vlicense LICENCE
|
||||||
|
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's|^#\(UsePAM\) no|\1 yes|g' \
|
-e 's|^#\(UsePAM\) no|\1 yes|g' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue