blob: 952d85887b175e52c6685445f451c9adb55e369c (
plain)
- package LedgerSMB::Sysconfig;
- # if the server can't find gzip, latex, dvips or pdflatex, add the path
- $ENV{PATH} .= ":/usr/local/bin:/usr/local/pgsql/bin";
- # on mac os X using Fink's Perl libs, add the path
- #$ENV{PERL5LIB} .= ":/sw/lib/perl5";
- 1;
|