citrix-receiver: add workaround to #41279

This commit is contained in:
obadz 2018-06-09 15:11:19 +01:00
parent 62f4cc349b
commit 34d3a97ec6

View File

@ -209,6 +209,7 @@ let
find $ICAInstDir -type f -exec file {} \; |
grep 'ELF.*executable' |
cut -f 1 -d : |
grep -vi '\(.dll\|.so\)$' | # added as a workaround to https://github.com/NixOS/nixpkgs/issues/41729
while read f
do
echo "Patching ELF intrepreter and rpath for $f"