mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
hdf5-18: solve conflict
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
c955293a70
commit
84815eae08
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue