From 3b324b212f45b4412bde00dff4c016f4b6fcc20f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 9 Aug 2022 17:50:04 +0000 Subject: wine: install mono to the correct location (which is different from the officially documented location). Thanks to Daedra --- wine/build/wine.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild index d68e5a55..7b0a6f4f 100755 --- a/wine/build/wine.SlackBuild +++ b/wine/build/wine.SlackBuild @@ -451,8 +451,8 @@ fi # Add the wine-mono MSI installer to the Wine package: if [ "$MONO" != "NO" ]; then - mkdir -p $PKG/usr/share/wine/mono/wine-mono-${MONO} - install -m0644 ${MONOSRC} $PKG/usr/share/wine/mono/wine-mono-${MONO}/ + mkdir -p $PKG/usr/share/wine/mono + install -m0644 ${MONOSRC} $PKG/usr/share/wine/mono/ fi # Add the font converter programs if they were created using fontforge: -- cgit v1.2.3