tdb: update to 1.2.9.

This commit is contained in:
Juan RP
2012-01-16 07:44:38 +01:00
parent 5e99858f28
commit 78b1676ce6
6 changed files with 10 additions and 68 deletions

View File

@@ -6,9 +6,6 @@ long_desc="${long_desc}
This package contains the Python bindings to the libtdb."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
do_install() {
vmove "usr/lib/python*" usr/lib
}