diff --git a/pkgs/applications/misc/acrobat-reader/builder.sh b/pkgs/applications/misc/acrobat-reader/builder.sh index a8a5a4535f01..0add42a85959 100644 --- a/pkgs/applications/misc/acrobat-reader/builder.sh +++ b/pkgs/applications/misc/acrobat-reader/builder.sh @@ -13,7 +13,8 @@ tar xvf AdobeReader/ILINXR.TAR -C $out rm $out/Reader/intellinux/plug_ins/PPKLite.api if test -n "$fastStart"; then - rm $out/Reader/intellinux/plug_ins/*.api + echo "removing plugins..." + rm -v $(ls $out/Reader/intellinux/plug_ins/*.api | grep -v SearchFind) fi glibc=$(cat $NIX_GCC/nix-support/orig-glibc)