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