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:
e6e0543
)
made patch non-verbose
author
kramm
<kramm>
Sun, 9 Sep 2007 10:26:44 +0000
(10:26 +0000)
committer
kramm
<kramm>
Sun, 9 Sep 2007 10:26:44 +0000
(10:26 +0000)
lib/pdf/inject-xpdf.pl
patch
|
blob
|
history
diff --git
a/lib/pdf/inject-xpdf.pl
b/lib/pdf/inject-xpdf.pl
index
8693f81
..
ba6cea6
100755
(executable)
--- 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");