summaryrefslogtreecommitdiff
path: root/openssh.spec
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-29 12:06:53 +1000
committerDamien Miller <djm@mindrot.org>1999-10-29 12:06:53 +1000
commit3c5cb3857b8c20da189c5a23fc72d3db0d34c6cd (patch)
treeaee2179a7900fcc8cdecc4d0b82220f60cd4b95d /openssh.spec
parent07a826d85456d2194fb0030cde8e2b7cbb7d061b (diff)
- Remove autoconf generated Makefile from CVS
- Stripped subdirectories from CVS server - Fixed makefile to suit
Diffstat (limited to 'openssh.spec')
-rw-r--r--openssh.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/openssh.spec b/openssh.spec
index 0ee946892..fe6c137b8 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -52,12 +52,12 @@ install -m755 sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
52install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config 52install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config
53install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config 53install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config
54 54
55install -s -m755 bin/sshd $RPM_BUILD_ROOT/usr/sbin 55install -s -m755 sshd $RPM_BUILD_ROOT/usr/sbin
56install -s -m755 bin/ssh $RPM_BUILD_ROOT/usr/bin 56install -s -m755 ssh $RPM_BUILD_ROOT/usr/bin
57install -s -m755 bin/scp $RPM_BUILD_ROOT/usr/bin 57install -s -m755 scp $RPM_BUILD_ROOT/usr/bin
58install -s -m755 bin/ssh-agent $RPM_BUILD_ROOT/usr/bin 58install -s -m755 ssh-agent $RPM_BUILD_ROOT/usr/bin
59install -s -m755 bin/ssh-add $RPM_BUILD_ROOT/usr/bin 59install -s -m755 ssh-add $RPM_BUILD_ROOT/usr/bin
60install -s -m755 bin/ssh-keygen $RPM_BUILD_ROOT/usr/bin 60install -s -m755 ssh-keygen $RPM_BUILD_ROOT/usr/bin
61 61
62install -m644 sshd.8 $RPM_BUILD_ROOT/usr/man/man8 62install -m644 sshd.8 $RPM_BUILD_ROOT/usr/man/man8
63install -m644 ssh.1 $RPM_BUILD_ROOT/usr/man/man1 63install -m644 ssh.1 $RPM_BUILD_ROOT/usr/man/man1