IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 5:22:13 PM (20 years ago)
Author:
eugene
Message:

adding -start, --prefix for perl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.sh

    r10869 r11058  
    4343
    4444# make this configurable by the user
    45 set PSCONFDIR = {$HOME}/psconfig
    46 set PSVERSION = default
     45setenv PSCONFDIR {$HOME}/psconfig
     46setenv PSVERSION default
    4747
    4848if (-e $HOME/.psconfigrc) then
     
    5050endif
    5151
    52 set PSVERSION = $argv[1]
     52setenv PSVERSION $argv[1]
    5353
    5454if ($?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH
     
    113113endsw
    114114 
    115 set PSCONFIG = $PSVERSION.$ARCH
     115setenv PSCONFIG $PSVERSION.$ARCH
    116116
    117117set newpath = ""
     
    217217  alias  psconfigure configure --prefix={$PSCONFDIR}/{$PSCONFIG} --bindir=$bindir --libdir=$libdir --includedir={$PSCONFDIR}/{$PSCONFIG}/include --sysconfdir={$PSCONFDIR}/{$PSCONFIG}/etc --datadir={$PSCONFDIR}/share --mandir={$PSCONFDIR}/man
    218218  alias  psautogen autogen.sh --bindir=$bindir --libdir=$libdir --includedir={$PSCONFDIR}/{$PSCONFIG}/include --sysconfdir={$PSCONFDIR}/{$PSCONFIG}/etc --datadir={$PSCONFDIR}/share --mandir={$PSCONFDIR}/man
    219   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
    220 endif
     219  alias  psperlbuild perl Build.PL --prefix {$PSCONFDIR}/{$PSCONFIG} --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
     220endif
Note: See TracChangeset for help on using the changeset viewer.