diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index e97e387b104..d8ff62dc787 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,7 +1,7 @@ # Template file for 'Uranium' pkgname=Uranium version=3.1.0 -revision=1 +revision=2 python_version=3 build_style=cmake hostmakedepends="python3-setuptools" @@ -15,3 +15,9 @@ license="LGPL-3" homepage="https://github.com/Ultimaker/Uranium" distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz" checksum=1d272d10cbb3585624a67cbaa5167d414a0eeeb76051be28786759fea63281e9 + +post_install() { + # Move /usr/share/cmake-/Modules to /usr/share/cmake/Modules + vmkdir usr/share/cmake + mv -v ${DESTDIR}/usr/share/cmake-*/Modules ${DESTDIR}/usr/share/cmake +}