forked from pool/keepass
Accepting request 501085 from Mono
- Fix install with Mono 5.0 (mdb files are not built anymore.) OBS-URL: https://build.opensuse.org/request/show/501085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keepass?expand=0&rev=3
This commit is contained in:
commit
7f838b6ee9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 5 07:54:04 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Fix install with Mono 5.0 (mdb files are not built anymore.)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 10:37:22 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
@ -65,8 +65,7 @@ xbuild /target:KeePass /property:Configuration=Release
|
||||
install -d %{buildroot}%{_prefix}/lib/%{name}
|
||||
install -d %{buildroot}%{_prefix}/lib/%{name}/XSL
|
||||
install -m 644 Build/%{_name}Lib_Distrib/%{_name}Lib.dll %{buildroot}%{_prefix}/lib/%{name}/
|
||||
install -m 644 Build/%{_name}/Release/%{_name}.exe %{buildroot}%{_prefix}/lib/%{name}/
|
||||
install -m 644 Build/%{_name}/Release/%{_name}.exe.mdb %{buildroot}%{_prefix}/lib/%{name}/
|
||||
install -m 644 Build/%{_name}/Release/%{_name}.exe* %{buildroot}%{_prefix}/lib/%{name}/
|
||||
install -m 644 Ext/%{_name}.config.xml %{buildroot}%{_prefix}/lib/%{name}/
|
||||
install -m 644 Ext/%{_name}.exe.config %{buildroot}%{_prefix}/lib/%{name}/
|
||||
install -m 644 Ext/XSL/* %{buildroot}%{_prefix}/lib/%{name}/XSL
|
||||
|
Loading…
Reference in New Issue
Block a user