fix install paths
This commit is contained in:
parent
09a82fbb36
commit
b4375d91ac
@ -61,9 +61,9 @@ LDFLAGS=''
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
# install gvproxy
|
# install gvproxy
|
||||||
install -dp %{buildroot}%{_libexecdir}/%{name}
|
install -dp %{buildroot}%{_libexecdir}/podman
|
||||||
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/%{name}
|
install -p -m0755 bin/gvproxy %{buildroot}%{_libexecdir}/podman
|
||||||
install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/%{name}
|
install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/podman
|
||||||
|
|
||||||
#define license tag if not already defined
|
#define license tag if not already defined
|
||||||
%{!?_licensedir:%global license %doc}
|
%{!?_licensedir:%global license %doc}
|
||||||
@ -71,9 +71,9 @@ install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/%{name}
|
|||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%dir %{_libexecdir}/%{name}
|
%dir %{_libexecdir}/podman
|
||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/podman/gvproxy
|
||||||
%{_libexecdir}/%{name}/gvforwarder
|
%{_libexecdir}/podman/gvforwarder
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
%autochangelog
|
||||||
|
Loading…
Reference in New Issue
Block a user