mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-05-16 13:40:18 +00:00
Fix AppImage Perl symlinked core libs
This commit is contained in:
2
.github/workflows/appimage-build.yml
vendored
2
.github/workflows/appimage-build.yml
vendored
@@ -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
|
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")"
|
install -d "AppDir$(dirname "$perl_dir")"
|
||||||
cp -a "$perl_dir" "AppDir$perl_dir"
|
cp -aL "$perl_dir" "AppDir$perl_dir"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -d "/usr/share/perl5" ]; then
|
if [ -d "/usr/share/perl5" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user