chroot-util-linux: just remove /lib{,32}

This commit is contained in:
Jürgen Buchmüller 2017-02-28 06:21:28 +01:00
parent 05ce3ab9d0
commit 0bc6618e4e

View File

@ -33,6 +33,5 @@ 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
rm -rf ${DESTDIR}/lib{,32}
}