Fix AppImage Perl symlinked core libs

This commit is contained in:
2026-05-12 09:38:08 -06:00
parent e21e68a17b
commit 65de412b5b

View File

@@ -95,7 +95,7 @@ jobs:
perl -MConfig -e 'print join "\n", grep { defined && length && -d } @Config{qw(privlibexp archlibexp vendorlibexp vendorarchexp sitelibexp sitearchexp)}' | while IFS= read -r perl_dir; do
install -d "AppDir$(dirname "$perl_dir")"
cp -a "$perl_dir" "AppDir$perl_dir"
cp -aL "$perl_dir" "AppDir$perl_dir"
done
if [ -d "/usr/share/perl5" ]; then