summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e03141019e43..26bd935bdb9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libbitcoin-server-git
pkgver=20160402
-pkgrel=1
+pkgrel=2
pkgdesc="Bitcoin Full Node and Query Server"
arch=('i686' 'x86_64')
depends=('boost'
@@ -58,7 +58,7 @@ prepare() {
msg2 'Configuring...'
cp -dpr --no-preserve=ownership data/bs.cfg data/bs.cfg.in
sed -i \
- -e 's@^database_path.*@database_path = /srv/blockchain/db@' \
+ -e 's@^directory.*@directory = /srv/blockchain/db@' \
-e 's@^debug_file.*@debug_file = /var/log/bs/debug.log@' \
-e 's@^error_file.*@error_file = /var/log/bs/error.log@' \
-e 's@^hosts_file.*@hosts_file = /etc/bs/hosts.cache@' \