diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-30 11:39:22 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-30 11:39:22 +1000 |
commit | aeaf2bee192f612bfea644bd1fda2596a7496a04 (patch) | |
tree | 8675f7db75fc162366014fd5f939989de95d5492 /contrib/redhat/openssh.spec | |
parent | d0875620415fadcd150cada0061c1b099d3f436a (diff) |
Avoid unpackages files warning on /usr/share/openssh/Ssh.bin
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r-- | contrib/redhat/openssh.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index bf9c97035..679a7e454 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -270,6 +270,10 @@ ln -s x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/ssh-askpass | |||
270 | install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass | 270 | install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/gnome-ssh-askpass |
271 | %endif | 271 | %endif |
272 | 272 | ||
273 | %if ! %{scard} | ||
274 | rm -f $RPM_BUILD_ROOT/usr/share/openssh/Ssh.bin | ||
275 | %endif | ||
276 | |||
273 | install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ | 277 | install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ |
274 | install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ | 278 | install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ |
275 | install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ | 279 | install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/ |