xfsprogs: update to 3.1.0.

--HG--
extra : convert_revision : 123de9ed13adac505948e02044e5f74b1a05686b
This commit is contained in:
Juan RP 2010-01-15 04:20:46 +01:00
parent eaabb5dd36
commit 2219639c78
3 changed files with 12 additions and 10 deletions

View file

@ -10,5 +10,6 @@ Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so.* ${DESTDIR}/lib
mv ${SRCPKGDESTDIR}/lib/*.so* ${DESTDIR}/lib
rm -f ${SRCPKGDESTDIR}/lib/*.*a
}