Ver código fonte

update setup script

Sergey Zavadski 11 anos atrás
pai
commit
645e94dcb5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      toolset/setup/linux/frameworks/leda.sh

+ 1 - 1
toolset/setup/linux/frameworks/leda.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-RETCODE=$(fw_exists leda)
+RETCODE=$(fw_exists leda-0.4.1)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
 wget http://sergeyzavadski.github.io/leda/releases/leda-0.4.1/leda-0.4.1.tar.gz