net-misc/rpki-client: Correcting used dirs
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
eb9bdd090f
commit
72039fe51a
|
@ -53,6 +53,8 @@ src_prepare() {
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
--with-rsync=rsync
|
--with-rsync=rsync
|
||||||
|
--with-base-dir="/var/cache/${PN}"
|
||||||
|
--with-output-dir="/var/db/${PN}"
|
||||||
)
|
)
|
||||||
econf "${myeconfargs[@]}"
|
econf "${myeconfargs[@]}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,6 +53,8 @@ src_prepare() {
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
--with-rsync=rsync
|
--with-rsync=rsync
|
||||||
|
--with-base-dir="/var/cache/${PN}"
|
||||||
|
--with-output-dir="/var/db/${PN}"
|
||||||
)
|
)
|
||||||
econf "${myeconfargs[@]}"
|
econf "${myeconfargs[@]}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue