mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
chroot-util-linux: just remove /lib{,32}
This commit is contained in:
parent
05ce3ab9d0
commit
0bc6618e4e
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue