Last fixes.

This commit is contained in:
cheatfate 2018-11-19 06:03:23 +02:00
parent 65e606649c
commit fb8e6701a9
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ install:
rm -rf csources ; rm -rf csources ;
cd ../.. ; cd ../.. ;
}" }"
- export PATH=$PWD/nim/$NIMVER/bin:$HOME/go/bin:$PATH - export PATH=$PWD/nim/$NIMVER/bin:$GOPATH/bin:$PATH
- go get -v github.com/libp2p/go-libp2p-daemon - go get -v github.com/libp2p/go-libp2p-daemon
- cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon - cd $GOPATH/src/github.com/libp2p/go-libp2p-daemon
- make - make

View File

@ -1,6 +1,6 @@
mode = ScriptMode.Verbose mode = ScriptMode.Verbose
packageName = "nim-libp2p" packageName = "libp2p"
version = "0.0.1" version = "0.0.1"
author = "Status Research & Development GmbH" author = "Status Research & Development GmbH"
description = "LibP2P implementation" description = "LibP2P implementation"