openssh: rebuild with xbps-0.43.1_8 to store correct relative symlinks.

This commit is contained in:
Juan RP 2015-02-19 09:55:22 +01:00
parent 9709a49cc9
commit c138e0c293
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'openssh'
pkgname=openssh
version=6.7p1
revision=9
revision=10
build_style=gnu-configure
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
@ -35,9 +35,9 @@ pre_configure() {
}
post_install() {
vinstall contrib/sshd.pam.generic 644 etc/pam.d sshd
vinstall contrib/ssh-copy-id 755 usr/bin
vinstall contrib/ssh-copy-id.1 644 usr/share/man/man1
vinstall LICENCE 644 usr/share/licenses/${pkgname}
vbin contrib/ssh-copy-id
vman contrib/ssh-copy-id.1
vlicense LICENCE
sed -i \
-e 's|^#\(UsePAM\) no|\1 yes|g' \