Updated to work with the new chain
This commit is contained in:
5
Makefile
5
Makefile
@@ -7,11 +7,12 @@ all:
|
||||
install:
|
||||
# Linux build
|
||||
ifeq ($(UNAME),Linux)
|
||||
mkdir /usr/local/ethereal
|
||||
files=(wallet.qml net.png network.png new.png tx.png)
|
||||
mkdir -p /usr/local/ethereal
|
||||
files=(net.png network.png new.png tx.png)
|
||||
for file in "${files[@]}"; do
|
||||
cp $file /usr/share/ethereal
|
||||
done
|
||||
cp -r qml /usr/share/ethereal/qml
|
||||
cp $GOPATH/bin/go-ethereum /usr/local/bin/ethereal
|
||||
endif
|
||||
# OS X build
|
||||
|
Reference in New Issue
Block a user