fixed PERL5LIB for shalmaneser and pashkan.

This commit is contained in:
hjp 2011-10-07 07:36:25 +00:00
parent 2a6f619ebe
commit 57ad0ce8fe
1 changed files with 3 additions and 9 deletions

12
.zshenv
View File

@ -259,15 +259,9 @@ case "$FQDN" in
esac esac
case "$FQDN" in case "$FQDN" in
tanstaafl.wsr.ac.at) shalmaneser.wsr.ac.at|pashkan.wsr.ac.at)
export PERL5LIB=/home/hjp/wrk/wzrp-tng/import/lib:/home/hjp/wrk/wzrp-tng/import/wiiw/lib:/usr/local/www/offline/devel.fiw/lib/perl5 export PERL5LIB=`apppath -c -v PERL5LIB ~/lib/perl5 /usr/local/www/offline/$USER.fiw/lib/perl5 /usr/local/www/offline/dal.fiw/lib/perl5`
PATH=`apppath /usr/local/www/offline/devel.fiw/bin` PATH=`apppath -c /usr/local/www/offline/$USER.fiw/bin /usr/local/www/offline/dal.fiw/bin`
;;
shalmaneser.wsr.ac.at)
export PERL5LIB=/home/hjp/wrk/wzrp-tng/import/lib:/home/hjp/wrk/wzrp-tng/import/wiiw/lib:/usr/local/www/offline/dal.fiw/lib/perl5
PATH=`apppath /usr/local/www/offline/dal.fiw/bin`
;;
pashkan.wsr.ac.at)
;; ;;
esac esac