View | Details | Raw Unified | Return to bug 1211718
Collapse All | Expand All

(-)libssh.spec.orig (+2 lines)
Lines 127-133 Link Here
127
127
128
install -d -m755 %{buildroot}%{_sysconfdir}/libssh
128
install -d -m755 %{buildroot}%{_sysconfdir}/libssh
129
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/libssh/libssh_client.config
129
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/libssh/libssh_client.config
130
sed -i '/^Include/ s|/etc|/usr/etc|' %{buildroot}%{_sysconfdir}/libssh/libssh_client.config 
130
install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/libssh/libssh_server.config
131
install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/libssh/libssh_server.config
132
sed -i '/^Include/ s|/etc|/usr/etc|' %{buildroot}%{_sysconfdir}/libssh/libssh_server.config 
131
%endif
133
%endif
132
134
133
%check
135
%check

Return to bug 1211718