chroot-util-linux: move lib/* to usr/lib
This commit is contained in:
parent
b831da3e9f
commit
05ce3ab9d0
1 changed files with 2 additions and 0 deletions
|
@ -33,4 +33,6 @@ post_install() {
|
||||||
rm -rf ${DESTDIR}/sbin
|
rm -rf ${DESTDIR}/sbin
|
||||||
rm -rf ${DESTDIR}/usr/sbin
|
rm -rf ${DESTDIR}/usr/sbin
|
||||||
rm -rf ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/man
|
||||||
|
mv -v ${DESTDIR}/lib/* ${DESTDIR}/usr/lib
|
||||||
|
rmdir ${DESTDIR}/lib
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue