Changeset 37447
- Timestamp:
- 2023-03-08T20:03:56+13:00 (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/nightly-tasks/diffcol/trunk/task.pl
r36850 r37447 653 653 exit -1; # or proceed to testing other tutorials? 654 654 } 655 else { # successfully set up pdfbox 656 657 # For GS2, need to activate PDFv2Plugin to be able to use pdfbox, by renaming plugin from .tmp to .pm 658 659 my $pdfv2plugin_fileprefix = "$greenstone_home$sep/perrlib/plugins/PDFv2Plugin"; 660 if ($install_version eq "2" && -f "$pdfv2plugin_fileprefix.tmp") { 661 print STDERR "@@@ Renaming PDFv2Plugin.tmp for GS2 to .pm now PDFBox successfully installed.\n"; 662 move("$pdfv2plugin_fileprefix.tmp", "$pdfv2plugin_fileprefix.pm"); 663 } 664 } 655 665 } 656 666
Note:
See TracChangeset
for help on using the changeset viewer.