From 150fcbf27ef530b01f54df5e8b1b5a4d59d14ff7 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Fri, 15 May 2020 21:53:13 +0200 Subject: [PATCH] wine: move etc/fonts explicitely to avoid duplicate etc dir creation fixes #21984 --- srcpkgs/wine/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index ef8f3aaf14b..bfd30c23bc3 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -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}