Ignore:
Timestamp:
2013-08-02T19:22:36+12:00 (11 years ago)
Author:
ak19
Message:

No need to make the ghostscript and imagemagick binaries executable from within diffcol/task.pl as these are already made executable on svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r27963 r27965  
    285285
    286286        # need to set imagemagick and ghostscript binaries to executable
    287         system("chmod -R u+x $ENV{'DATA_DIR'}/$gsdl/bin/darwin/imagemagick/bin/*");
    288         system("chmod -R u+x $ENV{'DATA_DIR'}/$gsdl/bin/darwin/ghostscript/bin/*");
     287#       system("chmod -R u+x $ENV{'DATA_DIR'}/$gsdl/bin/darwin/imagemagick/bin/*");
     288#       system("chmod -R u+x $ENV{'DATA_DIR'}/$gsdl/bin/darwin/ghostscript/bin/*");
    289289    } else { # linux
    290290        my $extension64 = ($bit_arch =~ m/64$/) ? "-x64" : "";
Note: See TracChangeset for help on using the changeset viewer.