summaryrefslogtreecommitdiffstats
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 0ee94689..fe6c137b 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -52,12 +52,12 @@ install -m755 sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config
install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config
-install -s -m755 bin/sshd $RPM_BUILD_ROOT/usr/sbin
-install -s -m755 bin/ssh $RPM_BUILD_ROOT/usr/bin
-install -s -m755 bin/scp $RPM_BUILD_ROOT/usr/bin
-install -s -m755 bin/ssh-agent $RPM_BUILD_ROOT/usr/bin
-install -s -m755 bin/ssh-add $RPM_BUILD_ROOT/usr/bin
-install -s -m755 bin/ssh-keygen $RPM_BUILD_ROOT/usr/bin
+install -s -m755 sshd $RPM_BUILD_ROOT/usr/sbin
+install -s -m755 ssh $RPM_BUILD_ROOT/usr/bin
+install -s -m755 scp $RPM_BUILD_ROOT/usr/bin
+install -s -m755 ssh-agent $RPM_BUILD_ROOT/usr/bin
+install -s -m755 ssh-add $RPM_BUILD_ROOT/usr/bin
+install -s -m755 ssh-keygen $RPM_BUILD_ROOT/usr/bin
install -m644 sshd.8 $RPM_BUILD_ROOT/usr/man/man8
install -m644 ssh.1 $RPM_BUILD_ROOT/usr/man/man1