source: main/trunk/package-kits/linux/pkg.in/files/perl-util.patch@ 29481

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

Working on a script for generating build scripts for different packages and systems with minimal code duplication and human intervention. Currently should generate working Makefiles, but doesn't handle the package managers yet. Since both RPM and APT package managers rely on Makefiles, I will change the pacman scripts to also use Makefiles, and see if all the package manager scripts can be automatically generated (at least the metadata)

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.