wine: move etc/fonts explicitely to avoid duplicate etc dir creation
fixes #21984
This commit is contained in:
parent
87c44e55c7
commit
150fcbf27e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=5.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/libexec/wine"
|
||||
short_desc="Run Microsoft Windows applications"
|
||||
|
@ -89,7 +89,7 @@ wine-common_package() {
|
|||
binfmts="/usr/bin/wine --magic MZ"
|
||||
pkg_install() {
|
||||
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
|
||||
do
|
||||
vmove usr/bin/${file}
|
||||
|
|
Loading…
Reference in a new issue