X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2Finject-xpdf.pl;h=8693f813fbbd2a708d079ee2b88f6fdcf402396d;hb=1170161e35bef80c50c771db325ebf98dcc77f54;hp=6571080d59fc1345f508090fc4ebd00f3a013c55;hpb=d7a44f0702f62381b468d0738c9c923d8c56fa03;p=swftools.git diff --git a/lib/pdf/inject-xpdf.pl b/lib/pdf/inject-xpdf.pl index 6571080..8693f81 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 < ../xpdf-changes.patch") and die; +system("patch --verbose < ../xpdf-changes.patch") and die; chdir(".."); system("rm -f xpdf"); system("ln -s $directory xpdf"); @@ -25,11 +25,18 @@ open(fi, ">switch"); print fi <