guile: install gdb support into appropriate directory.
Avoids warnings when running ldconfig(8). Fixes #5415.
This commit is contained in:
parent
1824f91c6e
commit
3bb585c994
@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'guile'.
|
# Template build file for 'guile'.
|
||||||
pkgname=guile
|
pkgname=guile
|
||||||
version=2.0.13
|
version=2.0.13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-error-on-warning"
|
configure_args="--disable-static --disable-error-on-warning"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
@ -23,6 +23,8 @@ libguile_package() {
|
|||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
|
vmkdir usr/share/gdb/auto-load/usr/lib
|
||||||
|
mv ${PKGDESTDIR}/usr/lib/*.scm ${PKGDESTDIR}/usr/share/gdb/auto-load/usr/lib
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
guile-devel_package() {
|
guile-devel_package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user