X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2Finject-xpdf.pl;h=44848ff228a5388bcae953f6a82bc53e1d4059ce;hb=5ca9ad3a2f6ee53448d2e569a2f8d4c23a094501;hp=0e08c53ea57b556883e1f2c1248878947f1a792c;hpb=e20c4860940519f902e65d22d8d3dfe849f72d9c;p=swftools.git diff --git a/lib/pdf/inject-xpdf.pl b/lib/pdf/inject-xpdf.pl index 0e08c53..44848ff 100755 --- a/lib/pdf/inject-xpdf.pl +++ b/lib/pdf/inject-xpdf.pl @@ -20,7 +20,7 @@ $c = 'find . \( -name "*.cc" -or -name "*.h" -or -name "*.c" \) -exec cp {} {}.o print "$c\n"; system($c); -system("patch < ../xpdf-changes.patch 2>&1 | grep failed"); +system("patch < ../xpdf-changes.patch 2>&1 | grep -i failed"); chdir(".."); system("rm -f xpdf"); system("ln -s $directory xpdf");