From: kramm Date: Sun, 19 Nov 2006 21:32:24 +0000 (+0000) Subject: adjusted to new location X-Git-Tag: release-0-8-0~130 X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=af7ff6878e4edaf05e2f1b8a36d6577b3c341419;p=swftools.git adjusted to new location --- diff --git a/lib/pdf/inject-xpdf.pl b/lib/pdf/inject-xpdf.pl index 6571080..7a0ea13 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");