* Don't delete the search plugin.

svn path=/nixpkgs/trunk/; revision=5433
This commit is contained in:
Eelco Dolstra 2006-06-13 20:59:16 +00:00
parent 107df21a06
commit 6717cab0b2

View File

@ -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)