]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssh: fix path to configfile.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 18 May 2011 18:34:52 +0000 (20:34 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 18 May 2011 18:34:52 +0000 (20:34 +0200)
pkgs/openssh/openssh.nm

index 88e54c8779dc12f7ba4a4711dc7e71c1c3173be3..1aa95733b9ab786563187ab19856d0d1078aaaa0 100644 (file)
@@ -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/