mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# 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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue