xfsprogs: fix previous.
This commit is contained in:
parent
e43bc33ee6
commit
14dc2fcd42
|
@ -28,7 +28,7 @@ do_install() {
|
|||
rm -f ${DESTDIR}/lib/*.{a,la}
|
||||
rm -f ${DESTDIR}/usr/lib/*.{a,so}
|
||||
# Move stuff to /usr.
|
||||
mv ${DESTDIR}/sbin ${DESTDIR}/usr
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/sbin
|
||||
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue