summaryrefslogtreecommitdiff
path: root/packages/redhat/openssh.spec
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-03 14:42:09 +1100
committerDamien Miller <djm@mindrot.org>2000-01-03 14:42:09 +1100
commit645c598d3c6c64f1f20de6fc43d4484033417b4d (patch)
tree23b9a60e18ccb9d7831d1140d594fe1a334fb97f /packages/redhat/openssh.spec
parent8beab01b493d4b9c683a2a0c5da083c2e9dfd735 (diff)
- Add explicit make rules for files proccessed by fixpaths.
- Fix "make install" in RPM spec files. Report from Tenkou N. Hattori <tnh@kondara.org>
Diffstat (limited to 'packages/redhat/openssh.spec')
-rw-r--r--packages/redhat/openssh.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec
index de26c467f..96ac87bd7 100644
--- a/packages/redhat/openssh.spec
+++ b/packages/redhat/openssh.spec
@@ -158,15 +158,13 @@ cd ..
158 158
159%install 159%install
160rm -rf $RPM_BUILD_ROOT 160rm -rf $RPM_BUILD_ROOT
161make install prefix="$RPM_BUILD_ROOT/usr" 161make install prefix="$RPM_BUILD_ROOT/usr" sysconfdir="$RPM_BUILD_ROOT/etc/ssh"
162 162
163install -d $RPM_BUILD_ROOT/etc/ssh 163install -d $RPM_BUILD_ROOT/etc/ssh
164install -d $RPM_BUILD_ROOT/etc/pam.d/ 164install -d $RPM_BUILD_ROOT/etc/pam.d/
165install -d $RPM_BUILD_ROOT/etc/rc.d/init.d 165install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
166install -m644 packages/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd 166install -m644 packages/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd
167install -m755 packages/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd 167install -m755 packages/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
168install -m600 ssh_config $RPM_BUILD_ROOT/etc/ssh/ssh_config
169install -m600 sshd_config $RPM_BUILD_ROOT/etc/ssh/sshd_config
170 168
171install -s x11-ssh-askpass-%{aversion}/ssh-askpass $RPM_BUILD_ROOT/usr/libexec/ssh/x11-ssh-askpass 169install -s x11-ssh-askpass-%{aversion}/ssh-askpass $RPM_BUILD_ROOT/usr/libexec/ssh/x11-ssh-askpass
172ln -s /usr/libexec/ssh/x11-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/ssh/ssh-askpass 170ln -s /usr/libexec/ssh/x11-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/ssh/ssh-askpass