opencolorio: move cmake file to correct place
This commit is contained in:
parent
960e7415c1
commit
9fa54ab2b8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
moveToOutput bin "$bin"
|
moveToOutput bin "$bin"
|
||||||
moveToOutput cmake "$dev"
|
moveToOutput cmake "$dev"
|
||||||
moveToOutput OpenColorIOConfig.cmake "$dev"
|
mv $out/OpenColorIOConfig.cmake $dev/cmake/
|
||||||
|
|
||||||
substituteInPlace "$dev/cmake/OpenColorIO-release.cmake" \
|
substituteInPlace "$dev/cmake/OpenColorIO-release.cmake" \
|
||||||
--replace "$out/bin" "$bin/bin"
|
--replace "$out/bin" "$bin/bin"
|
||||||
|
|
Loading…
Reference in a new issue