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:
aszlig 2016-08-01 20:57:18 +02:00
parent 4d3545f2a5
commit 8f08399671
No known key found for this signature in database
GPG Key ID: 1DE8E48E57DB5436

View File

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