chroot-util-linux: move lib/* to usr/lib

This commit is contained in:
Jürgen Buchmüller 2017-02-28 05:05:11 +01:00
parent b831da3e9f
commit 05ce3ab9d0

View file

@ -33,4 +33,6 @@ post_install() {
rm -rf ${DESTDIR}/sbin
rm -rf ${DESTDIR}/usr/sbin
rm -rf ${DESTDIR}/usr/share/man
mv -v ${DESTDIR}/lib/* ${DESTDIR}/usr/lib
rmdir ${DESTDIR}/lib
}