diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-01-14 15:48:20 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-01-14 15:48:20 +0100 |
| commit | a76067296e619ec27944e488c08f9f815643c1bc (patch) | |
| tree | 93ff9437f8bad69a66d5f9aca4a58c964d92d257 | |
| parent | a8f30212d42d5015c7f12ca48e426f8523807e1f (diff) | |
| download | monzero-gui-a76067296e619ec27944e488c08f9f815643c1bc.tar.gz monzero-gui-a76067296e619ec27944e488c08f9f815643c1bc.tar.xz monzero-gui-a76067296e619ec27944e488c08f9f815643c1bc.zip | |
change monero build check
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ MONERO_DIR=monero MONEROD_EXEC=monerod # Build libwallet if monero folder doesnt exist -if [ ! -d $MONERO_DIR ]; then +if [ ! -d $MONERO_DIR/src ]; then $SHELL get_libwallet_api.sh $BUILD_TYPE fi |
