boinc: fix default conf
This commit is contained in:
parent
e0f764c155
commit
69544e57c3
|
@ -8,4 +8,4 @@ BOINCUSER=${BOINCUSER:-boinc}
|
|||
BOINCDIR=${BOINCDIR:-/var/lib/boinc}
|
||||
LOGFILE=${LOGFILE:-/var/log/${BOINCEXE_NAME}.log}
|
||||
ERRORLOG=${ERRORLOG:-/var/log/${BOINCEXE_NAME}_err.log}
|
||||
OPTS=${BOINCOPTS} --dir ${BOINCDIR}
|
||||
OPTS="${BOINCOPTS} --dir ${BOINCDIR}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'boinc'
|
||||
pkgname=boinc
|
||||
version=7.6.31
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=boinc-client_release-${version%.*}-${version}
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config python"
|
||||
|
|
Loading…
Reference in New Issue