diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template index 13e9ab4b00..eeb4babc62 100644 --- a/srcpkgs/xfsprogs/template +++ b/srcpkgs/xfsprogs/template @@ -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 }