diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-08-13 12:33:43 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-08-13 12:33:43 +0200 |
commit | 2ccef9e5c9295b85ecaa70b2abdb2574bce6d06c (patch) | |
tree | 127d20d9c5879d317ce714c8212d10b661925450 /.zsh/zshenv/99_altera | |
parent | 1993ee37c4e8dcaf6a7a7fbbfd674b1445674892 (diff) |
zshenv/99_altera: Fix license server URL
Diffstat (limited to '.zsh/zshenv/99_altera')
-rw-r--r-- | .zsh/zshenv/99_altera | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshenv/99_altera b/.zsh/zshenv/99_altera index 9a97251..7e11b59 100644 --- a/.zsh/zshenv/99_altera +++ b/.zsh/zshenv/99_altera @@ -8,7 +8,7 @@ # Source repository: git://git.distanz.ch/dotfiles/zsh.git if [ -d $ALTERADIR ] ; then - export LM_LICENSE_FILE=7172@rizzo.zhwin.ch + export LM_LICENSE_FILE=7172@rizzo.zhaw.ch export QUARTUS_64BIT=0 export SOPC_KIT_NIOS2=$ALTERADIR/nios2eds export SOPC_BUILDER_PATH=$ALTERADIR/nios2eds:$ALTERADIR/ip/ddr_ddr2_sdram/lib/sopc_builder:$ALTERADIR/ip/pci_compiler/lib/sopc_builder |