mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
Uranium: move *.cmake files to /usr/share/cmake
This commit is contained in:
parent
0f7032d2dc
commit
1e260eb25e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Uranium'
|
# Template file for 'Uranium'
|
||||||
pkgname=Uranium
|
pkgname=Uranium
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=2
|
revision=3
|
||||||
python_version=3
|
python_version=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -19,5 +19,5 @@ checksum=1d272d10cbb3585624a67cbaa5167d414a0eeeb76051be28786759fea63281e9
|
||||||
post_install() {
|
post_install() {
|
||||||
# Move /usr/share/cmake-<version>/Modules to /usr/share/cmake/Modules
|
# Move /usr/share/cmake-<version>/Modules to /usr/share/cmake/Modules
|
||||||
vmkdir usr/share/cmake
|
vmkdir usr/share/cmake
|
||||||
mv -v ${DESTDIR}/usr/share/cmake-*/Modules ${DESTDIR}/usr/share/cmake
|
mv -v ${DESTDIR}/usr/share/cmake-*/Modules/* ${DESTDIR}/usr/share/cmake
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue