mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Merge pull request #53675 from jacereda/darwin-cmds-binpath
darwin: basic_cmds was installing binaries in the wrong path
This commit is contained in:
commit
5b40c0a21f
@ -15,7 +15,7 @@ appleDerivation rec {
|
||||
installPhase = ''
|
||||
for f in Products/Release/*; do
|
||||
if [ -f $f ]; then
|
||||
install -D $f $out/usr/bin/$(basename $f)
|
||||
install -D $f $out/bin/$(basename $f)
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user