swi-prolog: absolute libdir-path
This commit is contained in:
parent
dc7d8335af
commit
eb02dc0370
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ WORK=${WORKBASE}/${AN}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
env
|
env
|
||||||
econf --libdir="${LIBDIR}"
|
econf --libdir="/usr/${LIBDIR}"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
keepdir /usr/lib/swipl-${PV}/library/dialect/ifprolog
|
keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue