summaryrefslogtreecommitdiff
path: root/openssh.spec
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-09 14:34:31 +1100
committerDamien Miller <djm@mindrot.org>1999-11-09 14:34:31 +1100
commit2b72a4a659dc38bec4812c4ef13da1d8eb3a250b (patch)
tree3827c8fb4f7b04fc91daa16d6178d9e86121d4f5 /openssh.spec
parentcdb8b1d349fac1d9fe121c90645a789131bd9cef (diff)
Build fixes
Diffstat (limited to 'openssh.spec')
-rw-r--r--openssh.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/openssh.spec b/openssh.spec
index 240658451..888908a51 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -50,6 +50,9 @@ make
50rm -rf $RPM_BUILD_ROOT 50rm -rf $RPM_BUILD_ROOT
51make install prefix="$RPM_BUILD_ROOT/usr" 51make install prefix="$RPM_BUILD_ROOT/usr"
52 52
53install -d $RPM_BUILD_ROOT/etc/ssh
54install -d $RPM_BUILD_ROOT/etc/pam.d/
55install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
53install -m644 sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd 56install -m644 sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
54install -m755 sshd.init.redhat $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd 57install -m755 sshd.init.redhat $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
55install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config 58install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config