vigra: use bash substituion instead of subshell
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
pkgname=vigra
|
pkgname=vigra
|
||||||
version=1.11.1
|
version=1.11.1
|
||||||
revision=5
|
revision=5
|
||||||
wrksrc="${pkgname}-Version-$(echo $version | tr '.' '-')"
|
wrksrc="${pkgname}-Version-${version//./-}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_OPENEXR=1"
|
configure_args="-DWITH_OPENEXR=1"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
|
|||||||
Reference in New Issue
Block a user