treewide: Mass replace 'glibc}/lib' to refer the 'out' output

This commit is contained in:
Tuomas Tynkkynen
2016-01-24 10:03:35 +02:00
parent b56b24f729
commit a1909d7380
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
cp -r . "$out/libexec/baudline/"
interpreter="$(echo ${stdenv.glibc}/lib/ld-linux*)"
interpreter="$(echo ${stdenv.glibc.out}/lib/ld-linux*)"
for prog in "$out"/libexec/baudline/baudline*; do
patchelf --interpreter "$interpreter" "$prog"
ln -sr "$prog" "$out/bin/"