glibc: install info files when they were built

This commit is contained in:
Jürgen Buchmüller 2020-04-22 01:40:12 +02:00
parent 76f02ffe2f
commit 453bd093bd

View file

@ -195,7 +195,9 @@ glibc-devel_package() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.o"
vmove usr/share/info
if [ -d "${DESTDIR}/usr/share/info" ]; then
vmove usr/share/info
fi
}
}
glibc-locales_package() {