diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 00087f5c27..dff2346ceb 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' \