treewide: Mass replace 'libjpeg}/bin' to refer the 'bin' output

This commit is contained in:
Tuomas Tynkkynen 2016-02-01 20:46:10 +02:00
parent 76cfa449dc
commit 0eb84e882b

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
substituteInPlace jhead.c \
--replace "\" Compiled: \"__DATE__" "" \
--replace "jpegtran -trim" "${libjpeg}/bin/jpegtran -trim"
--replace "jpegtran -trim" "${libjpeg.bin}/bin/jpegtran -trim"
'';
installPhase = ''