libjasper: install files in correct dir.
This commit is contained in:
parent
e647d8dcee
commit
754274d635
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ Add_dependency run jpeg
|
|||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue