opencolorio: move cmake file to correct place

This commit is contained in:
Sandro Jäckel 2023-01-07 21:05:58 +01:00
parent 960e7415c1
commit 9fa54ab2b8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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"