citrix-receiver: add workaround to #41279
This commit is contained in:
parent
62f4cc349b
commit
34d3a97ec6
@ -209,6 +209,7 @@ let
|
|||||||
find $ICAInstDir -type f -exec file {} \; |
|
find $ICAInstDir -type f -exec file {} \; |
|
||||||
grep 'ELF.*executable' |
|
grep 'ELF.*executable' |
|
||||||
cut -f 1 -d : |
|
cut -f 1 -d : |
|
||||||
|
grep -vi '\(.dll\|.so\)$' | # added as a workaround to https://github.com/NixOS/nixpkgs/issues/41729
|
||||||
while read f
|
while read f
|
||||||
do
|
do
|
||||||
echo "Patching ELF intrepreter and rpath for $f"
|
echo "Patching ELF intrepreter and rpath for $f"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user