summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-08-09 17:50:04 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-09 17:50:04 +0000
commit3b324b212f45b4412bde00dff4c016f4b6fcc20f (patch)
treee134794fde5efbfd5b9d7c6b9e365ede57e9a86a
parent02b4d5852afe57b8797f4a43309d275a90c441ca (diff)
downloadasb-3b324b212f45b4412bde00dff4c016f4b6fcc20f.tar.gz
asb-3b324b212f45b4412bde00dff4c016f4b6fcc20f.tar.xz
wine: install mono to the correct location (which is different from the officially documented location). Thanks to Daedra
-rwxr-xr-xwine/build/wine.SlackBuild4
1 files 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: