X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2Finject-xpdf.pl;h=e893013e66d310da96913fc17a5b806bf24a74a7;hb=418f0491296bd8c03e5a893dd270a6366a7516f4;hp=8693f813fbbd2a708d079ee2b88f6fdcf402396d;hpb=f761e3549edc5d3fe128f2e757d64e4c2469f613;p=swftools.git diff --git a/lib/pdf/inject-xpdf.pl b/lib/pdf/inject-xpdf.pl index 8693f81..e893013 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"); chdir(".."); system("rm -f xpdf"); system("ln -s $directory xpdf"); @@ -29,8 +29,9 @@ VERSION=\$1 PS3="choose> " if test "x\$VERSION" = "x";then - select V in stable latest;do VERSION="$V";break;done + select V in stable latest;do VERSION="\$V";break;done fi +case $VERSION if test "x\$VERSION" = "xstable";then echo "Switching to stable version" @@ -46,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); +