git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e34599d
)
create .orig files
author
kramm
<kramm>
Sat, 20 Oct 2007 17:12:43 +0000
(17:12 +0000)
committer
kramm
<kramm>
Sat, 20 Oct 2007 17:12:43 +0000
(17:12 +0000)
lib/pdf/inject-xpdf.pl
patch
|
blob
|
history
diff --git
a/lib/pdf/inject-xpdf.pl
b/lib/pdf/inject-xpdf.pl
index
82d170b
..
e893013
100755
(executable)
--- 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);
+