libbluetooth-devel: install headers in proper location.
--HG-- extra : convert_revision : deba9b151295e0cc3d2de9a4f6e60acdde62c155
This commit is contained in:
parent
1603fd89d0
commit
99c172031e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Add_dependency run libbluetooth
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/include ${DESTDIR}/usr/lib
|
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/libbluetooth.so ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue