aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build-unix.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-unix.txt b/doc/build-unix.txt
index 89afc0db71..b424a50073 100644
--- a/doc/build-unix.txt
+++ b/doc/build-unix.txt
@@ -68,8 +68,8 @@ Dependency Build Instructions: Gentoo
emerge -av net-libs/miniupnpc boost openssl sys-libs/db
Then take the following steps to build:
- cd $BITCOIN_DIR/src
- sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' src/*
+ cd ${BITCOIN_DIR}/src
+ sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' *
sed -i 's/-Bstatic/-Bdynamic/' makefile.unix
make -f makefile.unix
strip bitcoind