source: main/trunk/package-kits/linux/perl-util.patch@ 29460

Last change on this file since 29460 was 29460, checked in by Jeremy Symon, 9 years ago

Initial commit for linux packages. Contains scripts and patches, and package definitions for pacman.

File size: 377 bytes
  • gs2build/perllib/util.pm

    old new  
    213213    }
    214214    }
    215215
    216     my $tmpdir = &FileUtils::filenameConcatenate($ENV{'GSDLHOME'}, "tmp");
     216    my $tmpdir = "/tmp/greenstone-build";
    217217    &FileUtils::makeAllDirectories ($tmpdir) unless -e $tmpdir;
    218218
    219219    my $count = 1000;
Note: See TracBrowser for help on using the repository browser.