Support for program plugin directory structure
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=90
This commit is contained in:
parent
072f7a3e0b
commit
88192a6102
@ -18,7 +18,7 @@
|
||||
|
||||
%define debug_package %{nil}
|
||||
Name: mingw64-filesystem
|
||||
Version: 20130610
|
||||
Version: 20150401
|
||||
Release: 0
|
||||
Summary: MinGW base filesystem and environment
|
||||
License: GPL-2.0+
|
||||
@ -103,6 +103,12 @@ mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw%{_localstatedi
|
||||
|
||||
(cd %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root && ln -s mingw x86_64-w64-mingw32)
|
||||
|
||||
# Let programs locate their plugins relative to the executable without using
|
||||
# upward movement ("..") in those packages, cf. libdbi, libenchant.
|
||||
#
|
||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/bin/lib
|
||||
ln -s ../../lib "%buildroot/%_prefix/x86_64-w64-mingw32/sys-root/mingw/bin/lib/x86_64-pc"
|
||||
|
||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share
|
||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/doc
|
||||
mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/info
|
||||
|
Loading…
x
Reference in New Issue
Block a user