hdf5-18: solve conflict

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-04-22 15:57:15 +02:00
parent c955293a70
commit 84815eae08

View file

@ -1,7 +1,7 @@
# Template file for 'hdf5-18' # Template file for 'hdf5-18'
pkgname=hdf5-18 pkgname=hdf5-18
version=1.8.20 version=1.8.20
revision=1 revision=2
wrksrc=hdf5-$version wrksrc=hdf5-$version
build_style=gnu-configure build_style=gnu-configure
nocross=yes nocross=yes
@ -19,6 +19,7 @@ post_install() {
vlicense COPYING vlicense COPYING
vmkdir usr/lib/${pkgname} vmkdir usr/lib/${pkgname}
mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname} mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname}
mv -v ${DESTDIR}/usr/lib/libhdf5{,-18}.settings
} }
hdf5-18-devel_package() { hdf5-18-devel_package() {