IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 1:32:04 PM (20 years ago)
Author:
eugene
Message:

updating psbuild process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.sh

    r8867 r9031  
    5252if ($?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH
    5353if ($?PKG_CONFIG_PATH == 0) setenv PKG_CONFIG_PATH
    54 if ($?PERL5LIB == 0) setenv LD_LIBRARY_PATH
     54if ($?PERL5LIB == 0) setenv PERL5LIB
    5555
    5656# identify system architecture
     
    215215  alias  psconfigure configure --bindir=$bindir --libdir=$libdir --includedir={$PSCONFDIR}/{$PSCONFIG}/include --sysconfdir={$PSCONFDIR}/{$PSCONFIG}/etc --datadir={$PSCONFDIR}/share --mandir={$PSCONFDIR}/man
    216216  alias  psautogen autogen.sh --bindir=$bindir --libdir=$libdir --includedir={$PSCONFDIR}/{$PSCONFIG}/include --sysconfdir={$PSCONFDIR}/{$PSCONFIG}/etc --datadir={$PSCONFDIR}/share --mandir={$PSCONFDIR}/man
    217   alias  psperlbuild perl Build.PL --install_path script=$bindir --install_path lib=$libdir --install_path bindoc={$PSCONFDIR}/man/man1 --install_path libdoc={$PSCONFDIR}/man/man3
    218 endif
     217  alias  psperlbuild perl Build.PL --install_path script=$bindir --install_path arch=$bindir --install_path bin=$bindir --install_path lib=$libdir --install_path bindoc={$PSCONFDIR}/man/man1 --install_path libdoc={$PSCONFDIR}/man/man3
     218endif
Note: See TracChangeset for help on using the changeset viewer.