X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2Finject-xpdf.pl;h=e893013e66d310da96913fc17a5b806bf24a74a7;hb=9e86f117222bf11739c4674b95919bbf03bff54d;hp=045e99097934ab786c61af6dd59496a62246b621;hpb=8a8b565fc2afe928ac84943079b3500ff5667ba9;p=swftools.git diff --git a/lib/pdf/inject-xpdf.pl b/lib/pdf/inject-xpdf.pl index 045e990..e893013 100755 --- a/lib/pdf/inject-xpdf.pl +++ b/lib/pdf/inject-xpdf.pl @@ -15,7 +15,7 @@ system("tar -zxvf ../../$filename") and die; system("find -type f -exec mv {} .. \\;") and die; chdir(".."); system("find -type d -exec rmdir {} \\; 2> /dev/null"); -system("patch --verbose < ../xpdf-changes.patch") and die; +system("patch < ../xpdf-changes.patch"); chdir(".."); system("rm -f xpdf"); system("ln -s $directory xpdf"); @@ -25,12 +25,13 @@ open(fi, ">switch"); print fi <