X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2Finject-xpdf.pl;h=ba6cea6671ee49e83120f7e59a060aa49d54c9f6;hb=4a504ad268d2f34fa715c1a02736b0db04e4613a;hp=8693f813fbbd2a708d079ee2b88f6fdcf402396d;hpb=f761e3549edc5d3fe128f2e757d64e4c2469f613;p=swftools.git diff --git a/lib/pdf/inject-xpdf.pl b/lib/pdf/inject-xpdf.pl index 8693f81..ba6cea6 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") and die; chdir(".."); system("rm -f xpdf"); system("ln -s $directory xpdf");