From 6717cab0b2bca9b43201fadde1fa43cbdc8a162d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 13 Jun 2006 20:59:16 +0000 Subject: [PATCH] * Don't delete the search plugin. svn path=/nixpkgs/trunk/; revision=5433 --- pkgs/applications/misc/acrobat-reader/builder.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)