From d57285ab9294bfa74a21b4da1d4e605233bca664 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 18 May 2011 20:34:52 +0200 Subject: [PATCH] openssh: fix path to configfile. --- pkgs/openssh/openssh.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/openssh/openssh.nm b/pkgs/openssh/openssh.nm index 88e54c877..1aa95733b 100644 --- a/pkgs/openssh/openssh.nm +++ b/pkgs/openssh/openssh.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = openssh PKG_VER = 5.8p1 -PKG_REL = 6 +PKG_REL = 7 PKG_MAINTAINER = PKG_GROUPS = Application/Internet @@ -107,7 +107,7 @@ CONFIGURE_OPTIONS += \ define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/etc/ssh - cp -vf $(DIR5_SOURCE)/sshd_config $(BUILDROOT)/etc/ssh/sshd_config + cp -vf $(DIR_SOURCE)/sshd_config $(BUILDROOT)/etc/ssh/sshd_config # Install scriptfile for key generation install -m 754 $(DIR_SOURCE)/ssh-keygen $(BUILDROOT)/usr/lib/openssh/ -- 2.39.2