X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2Finject-xpdf.pl;h=e893013e66d310da96913fc17a5b806bf24a74a7;hb=418f0491296bd8c03e5a893dd270a6366a7516f4;hp=82d170b54137111b7110e3b930caca2ae26f7556;hpb=e34599db2e18eac93bfbf4753c96c8247dc51a32;p=swftools.git diff --git a/lib/pdf/inject-xpdf.pl b/lib/pdf/inject-xpdf.pl index 82d170b..e893013 100755 --- a/lib/pdf/inject-xpdf.pl +++ b/lib/pdf/inject-xpdf.pl @@ -47,3 +47,7 @@ EOF close(fi); system("chmod a+x switch"); +$c = 'find '.$directory.' \( -name "*.cc" -or -name "*.h" -or -name "*.c" \) -exec cp {} {}.orig \;'; +print "$c\n"; +system($c); +