summary refs log tree commit diff
path: root/pkgs/build-support/buildenv/builder.pl
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2010-04-10 20:27:09 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2010-04-10 20:27:09 +0000
commit31d047a83f833e21c056647038f165a181c91235 (patch)
tree7bcc7faca10028a8ebd96119f5c6fbd59917d4cb /pkgs/build-support/buildenv/builder.pl
parenteb20e3b926a8df29255edfac467ade153b81c600 (diff)
downloadnixpkgs-31d047a83f833e21c056647038f165a181c91235.tar
nixpkgs-31d047a83f833e21c056647038f165a181c91235.tar.gz
nixpkgs-31d047a83f833e21c056647038f165a181c91235.tar.bz2
nixpkgs-31d047a83f833e21c056647038f165a181c91235.tar.lz
nixpkgs-31d047a83f833e21c056647038f165a181c91235.tar.xz
nixpkgs-31d047a83f833e21c056647038f165a181c91235.tar.zst
nixpkgs-31d047a83f833e21c056647038f165a181c91235.zip
Remove tabs
svn path=/nixpkgs/trunk/; revision=21004
Diffstat (limited to 'pkgs/build-support/buildenv/builder.pl')
-rwxr-xr-xpkgs/build-support/buildenv/builder.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/buildenv/builder.pl b/pkgs/build-support/buildenv/builder.pl
index 2da4311b388..37eb21887fd 100755
--- a/pkgs/build-support/buildenv/builder.pl
+++ b/pkgs/build-support/buildenv/builder.pl
@@ -55,14 +55,14 @@ sub createLinks {
         my $relName2 = "$relName/$baseName";
 
         # Urgh, hacky...
-	if ($srcFile =~ /\/propagated-build-inputs$/ ||
+        if ($srcFile =~ /\/propagated-build-inputs$/ ||
             $srcFile =~ /\/nix-support$/ ||
             $srcFile =~ /\/perllocal.pod$/ ||
             $srcFile =~ /\/info\/dir$/ ||
             $srcFile =~ /\/log$/)
         {
             # Do nothing.
-	}
+        }
 
         elsif (-d $srcFile) {