mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
darwin: fix typos in install scripts
fixes some issues in my commits in: - basic_cmds - network_cmds
This commit is contained in:
parent
ad4ec5a264
commit
f283145308
@ -15,7 +15,7 @@ appleDerivation rec {
|
||||
installPhase = ''
|
||||
for f in Products/Release/*; do
|
||||
if [ -f $f ]; then
|
||||
install -D $file $out/usr/bin/$(basename $f)
|
||||
install -D $f $out/usr/bin/$(basename $f)
|
||||
fi
|
||||
done
|
||||
|
||||
|
@ -23,7 +23,7 @@ appleDerivation rec {
|
||||
for f in Products/Release/*; do
|
||||
if [ -f $f ]; then
|
||||
install -D $file $out/bin/$(basename $f)
|
||||
done
|
||||
fi
|
||||
done
|
||||
|
||||
for n in 1 5; do
|
||||
|
Loading…
Reference in New Issue
Block a user