mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
rebuild for missing link in openjpeg 1.5.1
This commit is contained in:
parent
c759df5b04
commit
a417b91dc7
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=openjpeg
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An open source JPEG 2000 codec"
|
||||
arch=('x86_64')
|
||||
license=('BSD')
|
||||
@ -32,5 +32,6 @@ package() {
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg"
|
||||
install -m644 LICENSE "${pkgdir}/usr/share/licenses/openjpeg/LICENSE"
|
||||
ln "${pkgdir}/usr/include/openjpeg-1.5/openjpeg.h" "${pkgdir}/usr/include/openjpeg.h"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user