libbluetooth-devel: install headers in proper location.
--HG-- extra : convert_revision : deba9b151295e0cc3d2de9a4f6e60acdde62c155
This commit is contained in:
parent
1603fd89d0
commit
99c172031e
|
@ -11,7 +11,7 @@ Add_dependency run libbluetooth
|
|||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/include ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libbluetooth.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue