bcompare: fix missing ldd
This commit is contained in:
parent
2356c1ea75
commit
2c76d9ce17
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ let
|
|||
|
||||
substituteInPlace $out/bin/${pname} \
|
||||
--replace "/usr/lib/beyondcompare" "$out/lib/beyondcompare" \
|
||||
--replace "ldd" "${glibc.out}/bin/ldd" \
|
||||
--replace "ldd" "${glibc.bin}/bin/ldd" \
|
||||
--replace "/bin/bash" "${runtimeShell}"
|
||||
|
||||
# Create symlink bzip2 library
|
||||
|
|
Loading…
Reference in a new issue