broadcom_sta: Reindent file, no code changes
Let's make sure we indent using two spaces, because the unpackPhase was indented using four spaces. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
4d3545f2a5
commit
8f08399671
@ -34,8 +34,7 @@ stdenv.mkDerivation {
|
||||
tar xvf "$src" -C "$sourceRoot"
|
||||
'';
|
||||
|
||||
installPhase =
|
||||
''
|
||||
installPhase = ''
|
||||
binDir="$out/lib/modules/${kernel.modDirVersion}/kernel/net/wireless/"
|
||||
docDir="$out/share/doc/broadcom-sta/"
|
||||
mkdir -p "$binDir" "$docDir"
|
||||
|
Loading…
x
Reference in New Issue
Block a user