mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
glibc: install info files when they were built
This commit is contained in:
parent
76f02ffe2f
commit
453bd093bd
1 changed files with 3 additions and 1 deletions
|
@ -195,7 +195,9 @@ glibc-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.o"
|
vmove "usr/lib/*.o"
|
||||||
vmove usr/share/info
|
if [ -d "${DESTDIR}/usr/share/info" ]; then
|
||||||
|
vmove usr/share/info
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
glibc-locales_package() {
|
glibc-locales_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue