From: Arne Fitzenreiter Date: Wed, 18 May 2011 18:34:52 +0000 (+0200) Subject: openssh: fix path to configfile. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fopenssh;p=people%2Farne_f%2Fipfire-3.x.git openssh: fix path to configfile. --- 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/