From c138e0c2936de49036dddb02f6969ff7ab7ac10e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 19 Feb 2015 09:55:22 +0100 Subject: [PATCH] openssh: rebuild with xbps-0.43.1_8 to store correct relative symlinks. --- srcpkgs/openssh/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 00087f5c27d..dff2346ceb3 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -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' \