diff --git a/srcpkgs/chroot-util-linux/template b/srcpkgs/chroot-util-linux/template index 0f952ae7858..5f5b8265762 100644 --- a/srcpkgs/chroot-util-linux/template +++ b/srcpkgs/chroot-util-linux/template @@ -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 }