wine: move etc/fonts explicitely to avoid duplicate etc dir creation

fixes #21984
This commit is contained in:
Helmut Pozimski 2020-05-15 21:53:13 +02:00
parent 87c44e55c7
commit 150fcbf27e

View file

@ -1,7 +1,7 @@
# Template file for 'wine' # Template file for 'wine'
pkgname=wine pkgname=wine
version=5.8 version=5.8
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--bindir=/usr/libexec/wine" configure_args="--bindir=/usr/libexec/wine"
short_desc="Run Microsoft Windows applications" short_desc="Run Microsoft Windows applications"
@ -89,7 +89,7 @@ wine-common_package() {
binfmts="/usr/bin/wine --magic MZ" binfmts="/usr/bin/wine --magic MZ"
pkg_install() { pkg_install() {
vmove usr/share vmove usr/share
vmove etc vmove etc/fonts
for file in wine wineserver msiexec regedit regsvr32 wineboot winecfg winepath winemine winefile winedbg wineconsole notepad msidb for file in wine wineserver msiexec regedit regsvr32 wineboot winecfg winepath winemine winefile winedbg wineconsole notepad msidb
do do
vmove usr/bin/${file} vmove usr/bin/${file}