summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpeykious2021-10-27 21:57:56 +0200
committerSpeykious2021-10-27 21:57:56 +0200
commitdf202bac4089eee65d8ce3b05c708540fd07f25a (patch)
tree3a968726e2f80681f3616ce2015421b48540ed3c
parent822da61044865ec5257c7b53ebecadea012fd7c7 (diff)
downloadaur-df202bac4089eee65d8ce3b05c708540fd07f25a.tar.gz
Added symlink to libLive2DCubismCore.so in case it is downloaded
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92a690735cd8..a0c3e07c708d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,4 +46,7 @@ package() {
cd compiled
find . -type f -exec install -Dm644 '{}' "$pkgdir/usr/lib/vignette/{}" ';'
cd ..
+
+ # Hack for Cubism
+ ln -s "$HOME/.local/state/vignette/libLive2DCubismCore.so" "$pkgdir/usr/lib/vignette/libLive2DCubismCore.so"
}