3
0
Fork 0
forked from mirrors/nixpkgs

darwin: fix typos in install scripts

fixes some issues in my commits in:

- basic_cmds
- network_cmds

(cherry picked from commit f283145308)
This commit is contained in:
Matthew Bauer 2018-12-31 13:31:46 -06:00
parent 8505e710e7
commit 8cb2d35760
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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