Remove some unneeded lines from -devel subpkgs.

--HG--
extra : convert_revision : 3d47374ceef174fa4136aefae7fda1c86bb596fd
This commit is contained in:
Juan RP 2009-10-17 03:23:42 +02:00
parent 0383c632f1
commit 964b6041b9
9 changed files with 6 additions and 24 deletions

View file

@ -14,6 +14,5 @@ do_install()
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
}